#49201B

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

Shades of Caput Mortuum #49201B

Tints of Caput Mortuum #49201B

Color information

#49201B (or 0x49201B) is unknown color: approx Caput Mortuum. HEX triplet: 49, 20 and 1B. RGB value is (73,32,27). Sum of RGB (Red+Green+Blue) = 73+32+27=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49201B is #B6DFE4. Grayscale: #2B2B2B. Windows color (decimal): -11984869 or 1777737. OLE color: 1777737.

HSL color Cylindrical-coordinate representation of color #49201B: hue angle of 6.52º 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 #49201B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB733227-
CMYK00.560.630.71
HSL6.52º46%19.61%-
HSV(B)6.52º63.01%28.63%-
XYZ3.462.531.34-
YUV43.69118.58148.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=55.30%
G=24.24%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73322700.560.630.716.524619.61
Hex49201B0383F4772e14
Octal11140330707710775624
Binary1001001100000110110111000111111100011111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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