#49201D

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

Shades of Caput Mortuum #49201D

Tints of Caput Mortuum #49201D

Color information

#49201D (or 0x49201D) is unknown color: approx Caput Mortuum. HEX triplet: 49, 20 and 1D. RGB value is (73,32,29). Sum of RGB (Red+Green+Blue) = 73+32+29=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49201D is #B6DFE2. Grayscale: #2B2B2B. Windows color (decimal): -11984867 or 1908809. OLE color: 1908809.

HSL color Cylindrical-coordinate representation of color #49201D: hue angle of 4.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49201D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB733229-
CMYK00.560.600.71
HSL4.09º43.14%20%-
HSV(B)4.09º60.27%28.63%-
XYZ3.492.541.47-
YUV43.92119.58148.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=54.48%
G=23.88%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73322900.560.600.714.0943.1420
Hex49201D0383C4742b14
Octal11140350707410745324
Binary1001001100000111010111000111100100011110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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