Shades of Caput Mortuum #5F261E
Tints of Caput Mortuum #5F261E
RGB
CMYK
RGB Variations
Color information
#5F261E (or 0x5F261E) is known color: Caput Mortuum. HEX triplet: 5F, 26 and 1E. RGB value is (95,38,30). Sum of RGB (Red+Green+Blue) = 95+38+30=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F261E is #A0D9E1. Grayscale: #363636. Windows color (decimal): -10541538 or 1975903. OLE color: 1975903.
HSL color Cylindrical-coordinate representation of color #5F261E: hue angle of 7.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F261E is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 38 | 30 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.63 |
| HSL | 7.38º | 0.52% | 0.25% | - |
| HSV(B) | 7.38º | 0.68% | 0.37% | - |
| XYZ | 5.65 | 3.91 | 1.69 | - |
| YUV | 54.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 30 | 0 | 0.60 | 0.68 | 0.63 | 7.38 | 0.52 | 0.25 |
| Hex | 5F | 26 | 1E | 0 | 3C | 44 | 3F | 7 | 34 | 19 |
| Octal | 137 | 46 | 36 | 0 | 74 | 104 | 77 | 7 | 64 | 31 |
| Binary | 1011111 | 100110 | 11110 | 0 | 111100 | 1000100 | 111111 | 111 | 110100 | 11001 |
Color Harmonies of #5F261E
Complementary color
Monochromatic Colors of #5F261E
Black with #5F261E
Text Example
Text Example
White with #5F261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F261E; }
p { color: rgb(95,38,30); }
H1.HeaderClassName
{
color: #5F261E;
}
.AnyTagClassName
{
color: #5F261E;
}
</style>
background-color css
<style>
a { background-color: #5F261E; }
a { background-color: rgb(95,38,30); }
div.DivClassName
{
background-color: #5F261E;
}
.BgClassName
{
background-color: #5F261E;
}
</style>
border-color css
<style>
span { border-color: #5F261E; }
span { border-color: rgb(95,38,30); }
td.TdClassName
{
border-color: #5F261E;
}
.TagClassName
{
border-color: #5F261E;
}
</style>