Html Css Color HEX #49241F Caput Mortuum

📋 copy color: '#49241F'

red 73 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #49241F

Tints of Caput Mortuum #49241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 52.14%
G = 25.71%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49241F (or 0x49241F) is known color: Caput Mortuum. HEX triplet: 49, 24 and 1F. RGB value is (73,36,31). Sum of RGB (Red+Green+Blue) = 73+36+31=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49241F is #B6DBE0. Grayscale: #2E2E2E. Windows color (decimal): -11983841 or 2040905. OLE color: 2040905.

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

Color convert

RGB 73 36 31 -
CMYK 0 0.51 0.58 0.71
HSL 7.14º 0.4% 0.2% -
HSV(B) 7.14º 0.58% 0.29% -
XYZ 3.63 2.78 1.64 -
YUV 46.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 73 36 31 0 0.51 0.58 0.71 7.14 0.4 0.2
Hex 49 24 1F 0 33 3A 47 7 28 14
Octal 111 44 37 0 63 72 107 7 50 24
Binary 1001001 100100 11111 0 110011 111010 1000111 111 101000 10100

Color Harmonies of #49241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49241F

Black with #49241F

Text Example


Text Example

White with #49241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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