#491F1C

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

Shades of Caput Mortuum #491F1C

Tints of Caput Mortuum #491F1C

Color information

#491F1C (or 0x491F1C) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1F and 1C. RGB value is (73,31,28). Sum of RGB (Red+Green+Blue) = 73+31+28=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F1C is #B6E0E3. Grayscale: #2B2B2B. Windows color (decimal): -11985124 or 1843017. OLE color: 1843017.

HSL color Cylindrical-coordinate representation of color #491F1C: hue angle of 4º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491F1C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB733128-
CMYK00.580.620.71
HSL44.55%19.8%-
HSV(B)61.64%28.63%-
XYZ3.452.481.4-
YUV43.22119.41149.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=55.30%
G=23.48%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73312800.580.620.71444.5519.8
Hex491F1C03A3E4742d14
Octal11137340727610745524
Binary100100111111111000111010111110100011110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491F1C; }

 p { color: rgb(73,31,28); }

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

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

 a { background-color: rgb(73,31,28); }

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

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

 span { border-color: rgb(73,31,28); }

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