Html Css Color HEX #49211D Caput Mortuum

📋 copy color: '#49211D'

red 73 ◦ green 33 ◦ blue 29

#49211D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #49211D

Tints of Caput Mortuum #49211D

RGB

 RED value IS 73 (28.91% from 255) = 54.07%

 GREEN value IS 33 (13.28% from 255) = 24.44%

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 54.07%
G = 24.44%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49211D (or 0x49211D) is known color: Caput Mortuum. HEX triplet: 49, 21 and 1D. RGB value is (73,33,29). Sum of RGB (Red+Green+Blue) = 73+33+29=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211D is #B6DEE2. Grayscale: #2C2C2C. Windows color (decimal): -11984611 or 1909065. OLE color: 1909065.

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

Color convert

RGB 73 33 29 -
CMYK 0 0.55 0.60 0.71
HSL 5.45º 0.43% 0.2% -
HSV(B) 5.45º 0.6% 0.29% -
XYZ 3.51 2.59 1.48 -
YUV 44.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 73 33 29 0 0.55 0.60 0.71 5.45 0.43 0.2
Hex 49 21 1D 0 37 3C 47 5 2B 14
Octal 111 41 35 0 67 74 107 5 53 24
Binary 1001001 100001 11101 0 110111 111100 1000111 101 101011 10100

Color Harmonies of #49211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49211D

Black with #49211D

Text Example


Text Example

White with #49211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49211D;
 }
 .AnyTagClassName
 {
   color: #49211D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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