Shades of Caput Mortuum #4F1D17
Tints of Caput Mortuum #4F1D17
RGB
CMYK
RGB Variations
Color information
#4F1D17 (or 0x4F1D17) is known color: Caput Mortuum. HEX triplet: 4F, 1D and 17. RGB value is (79,29,23). Sum of RGB (Red+Green+Blue) = 79+29+23=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1D17 is #B0E2E8. Grayscale: #2B2B2B. Windows color (decimal): -11592425 or 1514831. OLE color: 1514831.
HSL color Cylindrical-coordinate representation of color #4F1D17: hue angle of 6.43º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F1D17 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 23 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.69 |
| HSL | 6.43º | 0.55% | 0.2% | - |
| HSV(B) | 6.43º | 0.71% | 0.31% | - |
| XYZ | 3.82 | 2.6 | 1.11 | - |
| YUV | 43.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 23 | 0 | 0.63 | 0.71 | 0.69 | 6.43 | 0.55 | 0.2 |
| Hex | 4F | 1D | 17 | 0 | 3F | 47 | 45 | 6 | 37 | 14 |
| Octal | 117 | 35 | 27 | 0 | 77 | 107 | 105 | 6 | 67 | 24 |
| Binary | 1001111 | 11101 | 10111 | 0 | 111111 | 1000111 | 1000101 | 110 | 110111 | 10100 |
Color Harmonies of #4F1D17
Complementary color
Monochromatic Colors of #4F1D17
Black with #4F1D17
Text Example
Text Example
White with #4F1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D17; }
p { color: rgb(79,29,23); }
H1.HeaderClassName
{
color: #4F1D17;
}
.AnyTagClassName
{
color: #4F1D17;
}
</style>
background-color css
<style>
a { background-color: #4F1D17; }
a { background-color: rgb(79,29,23); }
div.DivClassName
{
background-color: #4F1D17;
}
.BgClassName
{
background-color: #4F1D17;
}
</style>
border-color css
<style>
span { border-color: #4F1D17; }
span { border-color: rgb(79,29,23); }
td.TdClassName
{
border-color: #4F1D17;
}
.TagClassName
{
border-color: #4F1D17;
}
</style>