#4F180B

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

Shades of Caput Mortuum #4F180B

Tints of Caput Mortuum #4F180B

Color information

#4F180B (or 0x4F180B) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 18 and 0B. RGB value is (79,24,11). Sum of RGB (Red+Green+Blue) = 79+24+11=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F180B is #B0E7F4. Grayscale: #272727. Windows color (decimal): -11593717 or 727119. OLE color: 727119.

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

Color convert

RGB792411-
CMYK00.700.860.69
HSL11.47º75.56%17.65%-
HSV(B)11.47º86.08%30.98%-
XYZ3.612.340.58-
YUV38.96112.22156.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.30%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=69.30%
G=21.05%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79241100.700.860.6911.4775.5617.65
Hex4F18B0465645b4c12
Octal117301301061261051311422
Binary100111111000101101000110101011010001011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,11); }

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

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

 a { background-color: rgb(79,24,11); }

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

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

 span { border-color: rgb(79,24,11); }

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