#49221D

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

Shades of Caput Mortuum #49221D

Tints of Caput Mortuum #49221D

Color information

#49221D (or 0x49221D) is unknown color: approx Caput Mortuum. HEX triplet: 49, 22 and 1D. RGB value is (73,34,29). Sum of RGB (Red+Green+Blue) = 73+34+29=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221D is #B6DDE2. Grayscale: #2D2D2D. Windows color (decimal): -11984355 or 1909321. OLE color: 1909321.

HSL color Cylindrical-coordinate representation of color #49221D: hue angle of 6.82º 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 #49221D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB733429-
CMYK00.530.600.71
HSL6.82º43.14%20%-
HSV(B)6.82º60.27%28.63%-
XYZ3.542.651.49-
YUV45.09118.92147.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=53.68%
G=25%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73342900.530.600.716.8243.1420
Hex49221D0353C4772b14
Octal11142350657410775324
Binary1001001100010111010110101111100100011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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