Shades of Caput Mortuum #60261F
Tints of Caput Mortuum #60261F
RGB
CMYK
RGB Variations
Color information
#60261F (or 0x60261F) is known color: Caput Mortuum. HEX triplet: 60, 26 and 1F. RGB value is (96,38,31). Sum of RGB (Red+Green+Blue) = 96+38+31=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60261F is #9FD9E0. Grayscale: #363636. Windows color (decimal): -10476001 or 2041440. OLE color: 2041440.
HSL color Cylindrical-coordinate representation of color #60261F: hue angle of 6.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60261F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 31 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.62 |
| HSL | 6.46º | 0.51% | 0.25% | - |
| HSV(B) | 6.46º | 0.68% | 0.38% | - |
| XYZ | 5.76 | 3.97 | 1.76 | - |
| YUV | 54.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 31 | 0 | 0.60 | 0.68 | 0.62 | 6.46 | 0.51 | 0.25 |
| Hex | 60 | 26 | 1F | 0 | 3C | 44 | 3E | 6 | 33 | 19 |
| Octal | 140 | 46 | 37 | 0 | 74 | 104 | 76 | 6 | 63 | 31 |
| Binary | 1100000 | 100110 | 11111 | 0 | 111100 | 1000100 | 111110 | 110 | 110011 | 11001 |
Color Harmonies of #60261F
Complementary color
Monochromatic Colors of #60261F
Black with #60261F
Text Example
Text Example
White with #60261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60261F; }
p { color: rgb(96,38,31); }
H1.HeaderClassName
{
color: #60261F;
}
.AnyTagClassName
{
color: #60261F;
}
</style>
background-color css
<style>
a { background-color: #60261F; }
a { background-color: rgb(96,38,31); }
div.DivClassName
{
background-color: #60261F;
}
.BgClassName
{
background-color: #60261F;
}
</style>
border-color css
<style>
span { border-color: #60261F; }
span { border-color: rgb(96,38,31); }
td.TdClassName
{
border-color: #60261F;
}
.TagClassName
{
border-color: #60261F;
}
</style>