#472321

Color #472321 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #472321

Tints of Caput Mortuum #472321

Color information

#472321 (or 0x472321) is unknown color: approx Caput Mortuum. HEX triplet: 47, 23 and 21. RGB value is (71,35,33). Sum of RGB (Red+Green+Blue) = 71+35+33=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472321 is #B8DCDE. Grayscale: #2D2D2D. Windows color (decimal): -12115167 or 2171719. OLE color: 2171719.

HSL color Cylindrical-coordinate representation of color #472321: hue angle of 3.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472321 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB713533-
CMYK00.510.540.72
HSL3.16º36.54%20.39%-
HSV(B)3.16º53.52%27.84%-
XYZ3.472.651.77-
YUV45.54120.93146.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=51.08%
G=25.18%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71353300.510.540.723.1636.5420.39
Hex472321033364832514
Octal10743410636611034524
Binary1000111100011100001011001111011010010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472321; }

 p { color: rgb(71,35,33); }

 H1.HeaderClassName
 {
   color: #472321;
 }
 .AnyTagClassName
 {
   color: #472321;
 }
</style>
background-color css

<style>
 a { background-color: #472321; }

 a { background-color: rgb(71,35,33); }

 div.DivClassName
 {
   background-color: #472321;
 }
 .BgClassName
 {
   background-color: #472321;
 }
</style>
border-color css

<style>
 span { border-color: #472321; }

 span { border-color: rgb(71,35,33); }

 td.TdClassName
 {
   border-color: #472321;
 }
 .TagClassName
 {
   border-color: #472321;
 }
</style>