#4D1F18

Color #4D1F18 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4D1F18

Tints of Caput Mortuum #4D1F18

Color information

#4D1F18 (or 0x4D1F18) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1F and 18. RGB value is (77,31,24). Sum of RGB (Red+Green+Blue) = 77+31+24=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F18 is #B2E0E7. Grayscale: #2C2C2C. Windows color (decimal): -11722984 or 1580877. OLE color: 1580877.

HSL color Cylindrical-coordinate representation of color #4D1F18: hue angle of 7.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1F18 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB773124-
CMYK00.600.690.70
HSL7.92º52.48%19.8%-
HSV(B)7.92º68.83%30.2%-
XYZ3.722.621.17-
YUV43.96116.74151.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.33%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=58.33%
G=23.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77312400.600.690.707.9252.4819.8
Hex4D1F1803C454683414
Octal1153730074105106106424
Binary10011011111111000011110010001011000110100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1F18; }

 p { color: rgb(77,31,24); }

 H1.HeaderClassName
 {
   color: #4D1F18;
 }
 .AnyTagClassName
 {
   color: #4D1F18;
 }
</style>
background-color css

<style>
 a { background-color: #4D1F18; }

 a { background-color: rgb(77,31,24); }

 div.DivClassName
 {
   background-color: #4D1F18;
 }
 .BgClassName
 {
   background-color: #4D1F18;
 }
</style>
border-color css

<style>
 span { border-color: #4D1F18; }

 span { border-color: rgb(77,31,24); }

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