#4F211F

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

Shades of Caput Mortuum #4F211F

Tints of Caput Mortuum #4F211F

Color information

#4F211F (or 0x4F211F) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 21 and 1F. RGB value is (79,33,31). Sum of RGB (Red+Green+Blue) = 79+33+31=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F211F is #B0DEE0. Grayscale: #2E2E2E. Windows color (decimal): -11591393 or 2040143. OLE color: 2040143.

HSL color Cylindrical-coordinate representation of color #4F211F: hue angle of 2.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F211F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB793331-
CMYK00.580.610.69
HSL2.5º43.64%21.57%-
HSV(B)2.5º60.76%30.98%-
XYZ4.022.851.63-
YUV46.53119.24151.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=55.24%
G=23.08%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79333100.580.610.692.543.6421.57
Hex4F211F03A3D4532c16
Octal11741370727510535426
Binary100111110000111111011101011110110001011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,31); }

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

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

 a { background-color: rgb(79,33,31); }

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

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

 span { border-color: rgb(79,33,31); }

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