Shades of Caput Mortuum #60271A
Tints of Caput Mortuum #60271A
RGB
CMYK
RGB Variations
Color information
#60271A (or 0x60271A) is known color: Caput Mortuum. HEX triplet: 60, 27 and 1A. RGB value is (96,39,26). Sum of RGB (Red+Green+Blue) = 96+39+26=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60271A is #9FD8E5. Grayscale: #363636. Windows color (decimal): -10475750 or 1714016. OLE color: 1714016.
HSL color Cylindrical-coordinate representation of color #60271A: hue angle of 11.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60271A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 26 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.62 |
| HSL | 11.14º | 0.57% | 0.24% | - |
| HSV(B) | 11.14º | 0.73% | 0.38% | - |
| XYZ | 5.74 | 4.01 | 1.45 | - |
| YUV | 54.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 26 | 0 | 0.59 | 0.73 | 0.62 | 11.14 | 0.57 | 0.24 |
| Hex | 60 | 27 | 1A | 0 | 3B | 49 | 3E | B | 39 | 18 |
| Octal | 140 | 47 | 32 | 0 | 73 | 111 | 76 | 13 | 71 | 30 |
| Binary | 1100000 | 100111 | 11010 | 0 | 111011 | 1001001 | 111110 | 1011 | 111001 | 11000 |
Color Harmonies of #60271A
Complementary color
Monochromatic Colors of #60271A
Black with #60271A
Text Example
Text Example
White with #60271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60271A; }
p { color: rgb(96,39,26); }
H1.HeaderClassName
{
color: #60271A;
}
.AnyTagClassName
{
color: #60271A;
}
</style>
background-color css
<style>
a { background-color: #60271A; }
a { background-color: rgb(96,39,26); }
div.DivClassName
{
background-color: #60271A;
}
.BgClassName
{
background-color: #60271A;
}
</style>
border-color css
<style>
span { border-color: #60271A; }
span { border-color: rgb(96,39,26); }
td.TdClassName
{
border-color: #60271A;
}
.TagClassName
{
border-color: #60271A;
}
</style>