Html Css Color HEX #49231F Caput Mortuum

📋 copy color: '#49231F'

red 73 ◦ green 35 ◦ blue 31

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

Shades of Caput Mortuum #49231F

Tints of Caput Mortuum #49231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

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

R = 52.52%
G = 25.18%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49231F (or 0x49231F) is known color: Caput Mortuum. HEX triplet: 49, 23 and 1F. RGB value is (73,35,31). Sum of RGB (Red+Green+Blue) = 73+35+31=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231F is #B6DCE0. Grayscale: #2D2D2D. Windows color (decimal): -11984097 or 2040649. OLE color: 2040649.

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

Color convert

RGB 73 35 31 -
CMYK 0 0.52 0.58 0.71
HSL 5.71º 0.4% 0.2% -
HSV(B) 5.71º 0.58% 0.29% -
XYZ 3.6 2.72 1.63 -
YUV 45.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 73 35 31 0 0.52 0.58 0.71 5.71 0.4 0.2
Hex 49 23 1F 0 34 3A 47 6 28 14
Octal 111 43 37 0 64 72 107 6 50 24
Binary 1001001 100011 11111 0 110100 111010 1000111 110 101000 10100

Color Harmonies of #49231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49231F

Black with #49231F

Text Example


Text Example

White with #49231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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