#49211F

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

Shades of Caput Mortuum #49211F

Tints of Caput Mortuum #49211F

Color information

#49211F (or 0x49211F) is unknown color: approx Caput Mortuum. HEX triplet: 49, 21 and 1F. RGB value is (73,33,31). Sum of RGB (Red+Green+Blue) = 73+33+31=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211F is #B6DEE0. Grayscale: #2C2C2C. Windows color (decimal): -11984609 or 2040137. OLE color: 2040137.

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

Color convert

RGB733331-
CMYK00.550.580.71
HSL2.86º40.38%20.39%-
HSV(B)2.86º57.53%28.63%-
XYZ3.542.61.61-
YUV44.73120.25148.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=53.28%
G=24.09%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73333100.550.580.712.8640.3820.39
Hex49211F0373A4732814
Octal11141370677210735024
Binary100100110000111111011011111101010001111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49211F; }

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

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

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

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

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

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

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

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