Shades of Caput Mortuum #581700
Tints of Caput Mortuum #581700
RGB
CMYK
RGB Variations
Color information
#581700 (or 0x581700) is known color: Caput Mortuum. HEX triplet: 58, 17 and 00. RGB value is (88,23,0). Sum of RGB (Red+Green+Blue) = 88+23+0=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581700 is #A7E8FF. Grayscale: #272727. Windows color (decimal): -11004160 or 5976. OLE color: 5976.
HSL color Cylindrical-coordinate representation of color #581700: hue angle of 15.68º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.65 |
| HSL | 15.68º | 1% | 0.17% | - |
| HSV(B) | 15.68º | 1% | 0.35% | - |
| XYZ | 4.33 | 2.69 | 0.29 | - |
| YUV | 39.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 0 | 0 | 0.74 | 1 | 0.65 | 15.68 | 1 | 0.17 |
| Hex | 58 | 17 | 0 | 0 | 4A | 64 | 41 | 10 | 64 | 11 |
| Octal | 130 | 27 | 0 | 0 | 112 | 144 | 101 | 20 | 144 | 21 |
| Binary | 1011000 | 10111 | 0 | 0 | 1001010 | 1100100 | 1000001 | 10000 | 1100100 | 10001 |
Color Harmonies of #581700
Complementary color
Monochromatic Colors of #581700
Black with #581700
Text Example
Text Example
White with #581700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581700; }
p { color: rgb(88,23,0); }
H1.HeaderClassName
{
color: #581700;
}
.AnyTagClassName
{
color: #581700;
}
</style>
background-color css
<style>
a { background-color: #581700; }
a { background-color: rgb(88,23,0); }
div.DivClassName
{
background-color: #581700;
}
.BgClassName
{
background-color: #581700;
}
</style>
border-color css
<style>
span { border-color: #581700; }
span { border-color: rgb(88,23,0); }
td.TdClassName
{
border-color: #581700;
}
.TagClassName
{
border-color: #581700;
}
</style>