Shades of Caput Mortuum #4F241D
Tints of Caput Mortuum #4F241D
RGB
CMYK
RGB Variations
Color information
#4F241D (or 0x4F241D) is known color: Caput Mortuum. HEX triplet: 4F, 24 and 1D. RGB value is (79,36,29). Sum of RGB (Red+Green+Blue) = 79+36+29=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F241D is #B0DBE2. Grayscale: #303030. Windows color (decimal): -11590627 or 1909839. OLE color: 1909839.
HSL color Cylindrical-coordinate representation of color #4F241D: hue angle of 8.4º 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 #4F241D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 29 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.69 |
| HSL | 8.4º | 0.46% | 0.21% | - |
| HSV(B) | 8.4º | 0.63% | 0.31% | - |
| XYZ | 4.08 | 3.01 | 1.53 | - |
| YUV | 48.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 29 | 0 | 0.54 | 0.63 | 0.69 | 8.4 | 0.46 | 0.21 |
| Hex | 4F | 24 | 1D | 0 | 36 | 3F | 45 | 8 | 2E | 15 |
| Octal | 117 | 44 | 35 | 0 | 66 | 77 | 105 | 10 | 56 | 25 |
| Binary | 1001111 | 100100 | 11101 | 0 | 110110 | 111111 | 1000101 | 1000 | 101110 | 10101 |
Color Harmonies of #4F241D
Complementary color
Monochromatic Colors of #4F241D
Black with #4F241D
Text Example
Text Example
White with #4F241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F241D; }
p { color: rgb(79,36,29); }
H1.HeaderClassName
{
color: #4F241D;
}
.AnyTagClassName
{
color: #4F241D;
}
</style>
background-color css
<style>
a { background-color: #4F241D; }
a { background-color: rgb(79,36,29); }
div.DivClassName
{
background-color: #4F241D;
}
.BgClassName
{
background-color: #4F241D;
}
</style>
border-color css
<style>
span { border-color: #4F241D; }
span { border-color: rgb(79,36,29); }
td.TdClassName
{
border-color: #4F241D;
}
.TagClassName
{
border-color: #4F241D;
}
</style>