Shades of Caput Mortuum #4F1D15
Tints of Caput Mortuum #4F1D15
RGB
CMYK
RGB Variations
Color information
#4F1D15 (or 0x4F1D15) is known color: Caput Mortuum. HEX triplet: 4F, 1D and 15. RGB value is (79,29,21). Sum of RGB (Red+Green+Blue) = 79+29+21=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1D15 is #B0E2EA. Grayscale: #2B2B2B. Windows color (decimal): -11592427 or 1383759. OLE color: 1383759.
HSL color Cylindrical-coordinate representation of color #4F1D15: hue angle of 8.28º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1D15 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 21 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.69 |
| HSL | 8.28º | 0.58% | 0.2% | - |
| HSV(B) | 8.28º | 0.73% | 0.31% | - |
| XYZ | 3.8 | 2.6 | 1.01 | - |
| YUV | 43.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 21 | 0 | 0.63 | 0.73 | 0.69 | 8.28 | 0.58 | 0.2 |
| Hex | 4F | 1D | 15 | 0 | 3F | 49 | 45 | 8 | 3A | 14 |
| Octal | 117 | 35 | 25 | 0 | 77 | 111 | 105 | 10 | 72 | 24 |
| Binary | 1001111 | 11101 | 10101 | 0 | 111111 | 1001001 | 1000101 | 1000 | 111010 | 10100 |
Color Harmonies of #4F1D15
Complementary color
Monochromatic Colors of #4F1D15
Black with #4F1D15
Text Example
Text Example
White with #4F1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D15; }
p { color: rgb(79,29,21); }
H1.HeaderClassName
{
color: #4F1D15;
}
.AnyTagClassName
{
color: #4F1D15;
}
</style>
background-color css
<style>
a { background-color: #4F1D15; }
a { background-color: rgb(79,29,21); }
div.DivClassName
{
background-color: #4F1D15;
}
.BgClassName
{
background-color: #4F1D15;
}
</style>
border-color css
<style>
span { border-color: #4F1D15; }
span { border-color: rgb(79,29,21); }
td.TdClassName
{
border-color: #4F1D15;
}
.TagClassName
{
border-color: #4F1D15;
}
</style>