#4F190E

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

Shades of Caput Mortuum #4F190E

Tints of Caput Mortuum #4F190E

Color information

#4F190E (or 0x4F190E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 19 and 0E. RGB value is (79,25,14). Sum of RGB (Red+Green+Blue) = 79+25+14=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F190E is #B0E6F1. Grayscale: #272727. Windows color (decimal): -11593458 or 923983. OLE color: 923983.

HSL color Cylindrical-coordinate representation of color #4F190E: hue angle of 10.15º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F190E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB792514-
CMYK00.680.820.69
HSL10.15º69.89%18.24%-
HSV(B)10.15º82.28%30.98%-
XYZ3.652.390.68-
YUV39.89113.39155.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=66.95%
G=21.19%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79251400.680.820.6910.1569.8918.24
Hex4F19E0445245a4612
Octal117311601041221051210622
Binary100111111001111001000100101001010001011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,14); }

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

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

 a { background-color: rgb(79,25,14); }

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

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

 span { border-color: rgb(79,25,14); }

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