Html Css Color HEX #49201B Caput Mortuum

📋 copy color: '#49201B'

red 73 ◦ green 32 ◦ blue 27

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

Shades of Caput Mortuum #49201B

Tints of Caput Mortuum #49201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 55.3%
G = 24.24%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49201B (or 0x49201B) is known color: 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

RGB 73 32 27 -
CMYK 0 0.56 0.63 0.71
HSL 6.52º 0.46% 0.2% -
HSV(B) 6.52º 0.63% 0.29% -
XYZ 3.46 2.53 1.34 -
YUV 43.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 73 32 27 0 0.56 0.63 0.71 6.52 0.46 0.2
Hex 49 20 1B 0 38 3F 47 7 2E 14
Octal 111 40 33 0 70 77 107 7 56 24
Binary 1001001 100000 11011 0 111000 111111 1000111 111 101110 10100

Color Harmonies of #49201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49201B

Black with #49201B

Text Example


Text Example

White with #49201B

Text Example


Text Example

HTML Codes & Css Web 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>