Shades of Caput Mortuum #4F211D
Tints of Caput Mortuum #4F211D
RGB
CMYK
RGB Variations
Color information
#4F211D (or 0x4F211D) is known color: Caput Mortuum. HEX triplet: 4F, 21 and 1D. RGB value is (79,33,29). Sum of RGB (Red+Green+Blue) = 79+33+29=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F211D is #B0DEE2. Grayscale: #2E2E2E. Windows color (decimal): -11591395 or 1909071. OLE color: 1909071.
HSL color Cylindrical-coordinate representation of color #4F211D: hue angle of 4.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F211D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 29 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.69 |
| HSL | 4.8º | 0.46% | 0.21% | - |
| HSV(B) | 4.8º | 0.63% | 0.31% | - |
| XYZ | 3.99 | 2.84 | 1.5 | - |
| YUV | 46.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 29 | 0 | 0.58 | 0.63 | 0.69 | 4.8 | 0.46 | 0.21 |
| Hex | 4F | 21 | 1D | 0 | 3A | 3F | 45 | 5 | 2E | 15 |
| Octal | 117 | 41 | 35 | 0 | 72 | 77 | 105 | 5 | 56 | 25 |
| Binary | 1001111 | 100001 | 11101 | 0 | 111010 | 111111 | 1000101 | 101 | 101110 | 10101 |
Color Harmonies of #4F211D
Complementary color
Monochromatic Colors of #4F211D
Black with #4F211D
Text Example
Text Example
White with #4F211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F211D; }
p { color: rgb(79,33,29); }
H1.HeaderClassName
{
color: #4F211D;
}
.AnyTagClassName
{
color: #4F211D;
}
</style>
background-color css
<style>
a { background-color: #4F211D; }
a { background-color: rgb(79,33,29); }
div.DivClassName
{
background-color: #4F211D;
}
.BgClassName
{
background-color: #4F211D;
}
</style>
border-color css
<style>
span { border-color: #4F211D; }
span { border-color: rgb(79,33,29); }
td.TdClassName
{
border-color: #4F211D;
}
.TagClassName
{
border-color: #4F211D;
}
</style>