Color Hex Logo

#471421 Color Hex

#471421
(71,20,33)
0 Favorites   0 Comments

Color spaces of #471421

RGB 712033
HSL0.960.560.18
HSV345°72°28°
CMYK 0.000.720.54   0.72
XYZ3.12321.94971.6506
Yxy1.94970.46450.2900
Hunter Lab13.963215.49032.7655
CIE-Lab15.221025.57544.3310

#471421 color RGB value is (71,20,33).

#471421 hex color red value is 71, green value is 20 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #471421 hue: 0.96 , saturation: 0.56 and the lightness value of 471421 is 0.18.

The process color (four color CMYK) of #471421 color hex is 0.00, 0.72, 0.54, 0.72. Web safe color of #471421 is #330033. Color #471421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 00100001
Octal 107 24 41
Decimal 71 20 33
Hex 47 14 21

RGB Percentages of Color #471421

%57.26
%16.13
%26.61

CMYK Percentages of Color #471421

%0
%72
%54
%72

Triadic Colors of #471421

#471421 #214714 #142147

Analogous Colors of #471421

#471421 #472114 #47143b

Monochromatic Colors of #471421

#471421

Complementary Color

#471421 #14473a

#471421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471421 Color CSS Codes

.mybgcolor {background-color:#471421; } 
.myforecolor {color:#471421; }
.mybordercolor {border:3px solid #471421; }

#471421 Text Font Color

<p style="color:#471421">Text here</p>

This sample text font color is #471421
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#471421 Background Color

<div style="background-color:#471421">
Div content here</div>

This div background color is #471421


#471421 Border Color

<div style="border:3px solid #471421">
Div here</div>

This div border color is #471421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,20,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471421;
  -webkit-box-shadow: 1px 1px 3px 2px #471421;
  box-shadow:         1px 1px 3px 2px #471421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,20,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #471421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #471421;
  -webkit-box-shadow: 1px 1px 3px 2px #471421;
  box-shadow:         1px 1px 3px 2px #471421;">
Div content here</div>

This div box has shadow with color #471421


Comments

No comments written yet.

Please login to write comment.