Shades of Caput Mortuum #60271B
Tints of Caput Mortuum #60271B
RGB
CMYK
RGB Variations
Color information
#60271B (or 0x60271B) is known color: Caput Mortuum. HEX triplet: 60, 27 and 1B. RGB value is (96,39,27). Sum of RGB (Red+Green+Blue) = 96+39+27=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60271B is #9FD8E4. Grayscale: #363636. Windows color (decimal): -10475749 or 1779552. OLE color: 1779552.
HSL color Cylindrical-coordinate representation of color #60271B: hue angle of 10.43º 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 #60271B is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 27 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.62 |
| HSL | 10.43º | 0.56% | 0.24% | - |
| HSV(B) | 10.43º | 0.72% | 0.38% | - |
| XYZ | 5.75 | 4.02 | 1.51 | - |
| YUV | 54.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 27 | 0 | 0.59 | 0.72 | 0.62 | 10.43 | 0.56 | 0.24 |
| Hex | 60 | 27 | 1B | 0 | 3B | 48 | 3E | A | 38 | 18 |
| Octal | 140 | 47 | 33 | 0 | 73 | 110 | 76 | 12 | 70 | 30 |
| Binary | 1100000 | 100111 | 11011 | 0 | 111011 | 1001000 | 111110 | 1010 | 111000 | 11000 |
Color Harmonies of #60271B
Complementary color
Monochromatic Colors of #60271B
Black with #60271B
Text Example
Text Example
White with #60271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60271B; }
p { color: rgb(96,39,27); }
H1.HeaderClassName
{
color: #60271B;
}
.AnyTagClassName
{
color: #60271B;
}
</style>
background-color css
<style>
a { background-color: #60271B; }
a { background-color: rgb(96,39,27); }
div.DivClassName
{
background-color: #60271B;
}
.BgClassName
{
background-color: #60271B;
}
</style>
border-color css
<style>
span { border-color: #60271B; }
span { border-color: rgb(96,39,27); }
td.TdClassName
{
border-color: #60271B;
}
.TagClassName
{
border-color: #60271B;
}
</style>