Html Css Color HEX #49211F Caput Mortuum

📋 copy color: '#49211F'

red 73 ◦ green 33 ◦ blue 31

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

Shades of Caput Mortuum #49211F

Tints of Caput Mortuum #49211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 53.28%
G = 24.09%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49211F (or 0x49211F) is known color: Caput Mortuum. HEX triplet: 49, 21 and 1F. RGB value is (73,33,31). Sum of RGB (Red+Green+Blue) = 73+33+31=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211F is #B6DEE0. Grayscale: #2C2C2C. Windows color (decimal): -11984609 or 2040137. OLE color: 2040137.

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

Color convert

RGB 73 33 31 -
CMYK 0 0.55 0.58 0.71
HSL 2.86º 0.4% 0.2% -
HSV(B) 2.86º 0.58% 0.29% -
XYZ 3.54 2.6 1.61 -
YUV 44.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 73 33 31 0 0.55 0.58 0.71 2.86 0.4 0.2
Hex 49 21 1F 0 37 3A 47 3 28 14
Octal 111 41 37 0 67 72 107 3 50 24
Binary 1001001 100001 11111 0 110111 111010 1000111 11 101000 10100

Color Harmonies of #49211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49211F

Black with #49211F

Text Example


Text Example

White with #49211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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