Shades of Caput Mortuum #4F261D
Tints of Caput Mortuum #4F261D
RGB
CMYK
RGB Variations
Color information
#4F261D (or 0x4F261D) is known color: Caput Mortuum. HEX triplet: 4F, 26 and 1D. RGB value is (79,38,29). Sum of RGB (Red+Green+Blue) = 79+38+29=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F261D is #B0D9E2. Grayscale: #313131. Windows color (decimal): -11590115 or 1910351. OLE color: 1910351.
HSL color Cylindrical-coordinate representation of color #4F261D: hue angle of 10.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 #4F261D is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 29 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.69 |
| HSL | 10.8º | 0.46% | 0.21% | - |
| HSV(B) | 10.8º | 0.63% | 0.31% | - |
| XYZ | 4.14 | 3.14 | 1.55 | - |
| YUV | 49.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 29 | 0 | 0.52 | 0.63 | 0.69 | 10.8 | 0.46 | 0.21 |
| Hex | 4F | 26 | 1D | 0 | 34 | 3F | 45 | B | 2E | 15 |
| Octal | 117 | 46 | 35 | 0 | 64 | 77 | 105 | 13 | 56 | 25 |
| Binary | 1001111 | 100110 | 11101 | 0 | 110100 | 111111 | 1000101 | 1011 | 101110 | 10101 |
Color Harmonies of #4F261D
Complementary color
Monochromatic Colors of #4F261D
Black with #4F261D
Text Example
Text Example
White with #4F261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F261D; }
p { color: rgb(79,38,29); }
H1.HeaderClassName
{
color: #4F261D;
}
.AnyTagClassName
{
color: #4F261D;
}
</style>
background-color css
<style>
a { background-color: #4F261D; }
a { background-color: rgb(79,38,29); }
div.DivClassName
{
background-color: #4F261D;
}
.BgClassName
{
background-color: #4F261D;
}
</style>
border-color css
<style>
span { border-color: #4F261D; }
span { border-color: rgb(79,38,29); }
td.TdClassName
{
border-color: #4F261D;
}
.TagClassName
{
border-color: #4F261D;
}
</style>