Shades of Caput Mortuum #5F251E
Tints of Caput Mortuum #5F251E
RGB
CMYK
RGB Variations
Color information
#5F251E (or 0x5F251E) is known color: Caput Mortuum. HEX triplet: 5F, 25 and 1E. RGB value is (95,37,30). Sum of RGB (Red+Green+Blue) = 95+37+30=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F251E is #A0DAE1. Grayscale: #353535. Windows color (decimal): -10541794 or 1975647. OLE color: 1975647.
HSL color Cylindrical-coordinate representation of color #5F251E: hue angle of 6.46º 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 #5F251E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 37 | 30 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.63 |
| HSL | 6.46º | 0.52% | 0.25% | - |
| HSV(B) | 6.46º | 0.68% | 0.37% | - |
| XYZ | 5.62 | 3.85 | 1.68 | - |
| YUV | 53.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 30 | 0 | 0.61 | 0.68 | 0.63 | 6.46 | 0.52 | 0.25 |
| Hex | 5F | 25 | 1E | 0 | 3D | 44 | 3F | 6 | 34 | 19 |
| Octal | 137 | 45 | 36 | 0 | 75 | 104 | 77 | 6 | 64 | 31 |
| Binary | 1011111 | 100101 | 11110 | 0 | 111101 | 1000100 | 111111 | 110 | 110100 | 11001 |
Color Harmonies of #5F251E
Complementary color
Monochromatic Colors of #5F251E
Black with #5F251E
Text Example
Text Example
White with #5F251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F251E; }
p { color: rgb(95,37,30); }
H1.HeaderClassName
{
color: #5F251E;
}
.AnyTagClassName
{
color: #5F251E;
}
</style>
background-color css
<style>
a { background-color: #5F251E; }
a { background-color: rgb(95,37,30); }
div.DivClassName
{
background-color: #5F251E;
}
.BgClassName
{
background-color: #5F251E;
}
</style>
border-color css
<style>
span { border-color: #5F251E; }
span { border-color: rgb(95,37,30); }
td.TdClassName
{
border-color: #5F251E;
}
.TagClassName
{
border-color: #5F251E;
}
</style>