Shades of Caput Mortuum #5F261F
Tints of Caput Mortuum #5F261F
RGB
CMYK
RGB Variations
Color information
#5F261F (or 0x5F261F) is known color: Caput Mortuum. HEX triplet: 5F, 26 and 1F. RGB value is (95,38,31). Sum of RGB (Red+Green+Blue) = 95+38+31=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F261F is #A0D9E0. Grayscale: #363636. Windows color (decimal): -10541537 or 2041439. OLE color: 2041439.
HSL color Cylindrical-coordinate representation of color #5F261F: hue angle of 6.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F261F is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 38 | 31 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.63 |
| HSL | 6.56º | 0.51% | 0.25% | - |
| HSV(B) | 6.56º | 0.67% | 0.37% | - |
| XYZ | 5.66 | 3.92 | 1.75 | - |
| YUV | 54.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 31 | 0 | 0.60 | 0.67 | 0.63 | 6.56 | 0.51 | 0.25 |
| Hex | 5F | 26 | 1F | 0 | 3C | 43 | 3F | 7 | 33 | 19 |
| Octal | 137 | 46 | 37 | 0 | 74 | 103 | 77 | 7 | 63 | 31 |
| Binary | 1011111 | 100110 | 11111 | 0 | 111100 | 1000011 | 111111 | 111 | 110011 | 11001 |
Color Harmonies of #5F261F
Complementary color
Monochromatic Colors of #5F261F
Black with #5F261F
Text Example
Text Example
White with #5F261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F261F; }
p { color: rgb(95,38,31); }
H1.HeaderClassName
{
color: #5F261F;
}
.AnyTagClassName
{
color: #5F261F;
}
</style>
background-color css
<style>
a { background-color: #5F261F; }
a { background-color: rgb(95,38,31); }
div.DivClassName
{
background-color: #5F261F;
}
.BgClassName
{
background-color: #5F261F;
}
</style>
border-color css
<style>
span { border-color: #5F261F; }
span { border-color: rgb(95,38,31); }
td.TdClassName
{
border-color: #5F261F;
}
.TagClassName
{
border-color: #5F261F;
}
</style>