#49211B

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

Shades of Caput Mortuum #49211B

Tints of Caput Mortuum #49211B

Color information

#49211B (or 0x49211B) is unknown color: approx Caput Mortuum. HEX triplet: 49, 21 and 1B. RGB value is (73,33,27). Sum of RGB (Red+Green+Blue) = 73+33+27=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211B is #B6DEE4. Grayscale: #2C2C2C. Windows color (decimal): -11984613 or 1777993. OLE color: 1777993.

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

Color convert

RGB733327-
CMYK00.550.630.71
HSL7.83º46%19.61%-
HSV(B)7.83º63.01%28.63%-
XYZ3.492.581.35-
YUV44.28118.25148.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=54.89%
G=24.81%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73332700.550.630.717.834619.61
Hex49211B0373F4782e14
Octal111413306777107105624
Binary10010011000011101101101111111111000111100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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