Shades of Caput Mortuum #601B04
Tints of Caput Mortuum #601B04
RGB
CMYK
RGB Variations
Color information
#601B04 (or 0x601B04) is known color: Caput Mortuum. HEX triplet: 60, 1B and 04. RGB value is (96,27,4). Sum of RGB (Red+Green+Blue) = 96+27+4=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #601B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B04 is #9FE4FB. Grayscale: #2D2D2D. Windows color (decimal): -10478844 or 269152. OLE color: 269152.
HSL color Cylindrical-coordinate representation of color #601B04: hue angle of 15º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601B04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 4 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.62 |
| HSL | 15º | 0.92% | 0.2% | - |
| HSV(B) | 15º | 0.96% | 0.38% | - |
| XYZ | 5.24 | 3.28 | 0.47 | - |
| YUV | 45.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 4 | 0 | 0.72 | 0.96 | 0.62 | 15 | 0.92 | 0.2 |
| Hex | 60 | 1B | 4 | 0 | 48 | 60 | 3E | F | 5C | 14 |
| Octal | 140 | 33 | 4 | 0 | 110 | 140 | 76 | 17 | 134 | 24 |
| Binary | 1100000 | 11011 | 100 | 0 | 1001000 | 1100000 | 111110 | 1111 | 1011100 | 10100 |
Color Harmonies of #601B04
Complementary color
Monochromatic Colors of #601B04
Black with #601B04
Text Example
Text Example
White with #601B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B04; }
p { color: rgb(96,27,4); }
H1.HeaderClassName
{
color: #601B04;
}
.AnyTagClassName
{
color: #601B04;
}
</style>
background-color css
<style>
a { background-color: #601B04; }
a { background-color: rgb(96,27,4); }
div.DivClassName
{
background-color: #601B04;
}
.BgClassName
{
background-color: #601B04;
}
</style>
border-color css
<style>
span { border-color: #601B04; }
span { border-color: rgb(96,27,4); }
td.TdClassName
{
border-color: #601B04;
}
.TagClassName
{
border-color: #601B04;
}
</style>