Html Css Color HEX #49221E Caput Mortuum

📋 copy color: '#49221E'

red 73 ◦ green 34 ◦ blue 30

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

Shades of Caput Mortuum #49221E

Tints of Caput Mortuum #49221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 53.28%
G = 24.82%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49221E (or 0x49221E) is known color: Caput Mortuum. HEX triplet: 49, 22 and 1E. RGB value is (73,34,30). Sum of RGB (Red+Green+Blue) = 73+34+30=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221E is #B6DDE1. Grayscale: #2D2D2D. Windows color (decimal): -11984354 or 1974857. OLE color: 1974857.

HSL color Cylindrical-coordinate representation of color #49221E: hue angle of 5.58º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49221E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 30 -
CMYK 0 0.53 0.59 0.71
HSL 5.58º 0.42% 0.2% -
HSV(B) 5.58º 0.59% 0.29% -
XYZ 3.55 2.65 1.55 -
YUV 45.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 73 34 30 0 0.53 0.59 0.71 5.58 0.42 0.2
Hex 49 22 1E 0 35 3B 47 6 2A 14
Octal 111 42 36 0 65 73 107 6 52 24
Binary 1001001 100010 11110 0 110101 111011 1000111 110 101010 10100

Color Harmonies of #49221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49221E

Black with #49221E

Text Example


Text Example

White with #49221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49221E;
 }
 .AnyTagClassName
 {
   color: #49221E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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