Shades of Caput Mortuum #60231B
Tints of Caput Mortuum #60231B
RGB
CMYK
RGB Variations
Color information
#60231B (or 0x60231B) is known color: Caput Mortuum. HEX triplet: 60, 23 and 1B. RGB value is (96,35,27). Sum of RGB (Red+Green+Blue) = 96+35+27=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60231B is #9FDCE4. Grayscale: #343434. Windows color (decimal): -10476773 or 1778528. OLE color: 1778528.
HSL color Cylindrical-coordinate representation of color #60231B: hue angle of 6.96º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60231B is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 27 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.62 |
| HSL | 6.96º | 0.56% | 0.24% | - |
| HSV(B) | 6.96º | 0.72% | 0.38% | - |
| XYZ | 5.62 | 3.77 | 1.47 | - |
| YUV | 52.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 27 | 0 | 0.64 | 0.72 | 0.62 | 6.96 | 0.56 | 0.24 |
| Hex | 60 | 23 | 1B | 0 | 40 | 48 | 3E | 7 | 38 | 18 |
| Octal | 140 | 43 | 33 | 0 | 100 | 110 | 76 | 7 | 70 | 30 |
| Binary | 1100000 | 100011 | 11011 | 0 | 1000000 | 1001000 | 111110 | 111 | 111000 | 11000 |
Color Harmonies of #60231B
Complementary color
Monochromatic Colors of #60231B
Black with #60231B
Text Example
Text Example
White with #60231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60231B; }
p { color: rgb(96,35,27); }
H1.HeaderClassName
{
color: #60231B;
}
.AnyTagClassName
{
color: #60231B;
}
</style>
background-color css
<style>
a { background-color: #60231B; }
a { background-color: rgb(96,35,27); }
div.DivClassName
{
background-color: #60231B;
}
.BgClassName
{
background-color: #60231B;
}
</style>
border-color css
<style>
span { border-color: #60231B; }
span { border-color: rgb(96,35,27); }
td.TdClassName
{
border-color: #60231B;
}
.TagClassName
{
border-color: #60231B;
}
</style>