Html Css Color HEX #49221F Caput Mortuum

📋 copy color: '#49221F'

red 73 ◦ green 34 ◦ blue 31

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

Shades of Caput Mortuum #49221F

Tints of Caput Mortuum #49221F

RGB

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

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

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

R = 52.9%
G = 24.64%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49221F (or 0x49221F) is known color: Caput Mortuum. HEX triplet: 49, 22 and 1F. RGB value is (73,34,31). Sum of RGB (Red+Green+Blue) = 73+34+31=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221F is #B6DDE0. Grayscale: #2D2D2D. Windows color (decimal): -11984353 or 2040393. OLE color: 2040393.

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

Color convert

RGB 73 34 31 -
CMYK 0 0.53 0.58 0.71
HSL 4.29º 0.4% 0.2% -
HSV(B) 4.29º 0.58% 0.29% -
XYZ 3.57 2.66 1.62 -
YUV 45.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 73 34 31 0 0.53 0.58 0.71 4.29 0.4 0.2
Hex 49 22 1F 0 35 3A 47 4 28 14
Octal 111 42 37 0 65 72 107 4 50 24
Binary 1001001 100010 11111 0 110101 111010 1000111 100 101000 10100

Color Harmonies of #49221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49221F

Black with #49221F

Text Example


Text Example

White with #49221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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