Shades of Caput Mortuum #58261E
Tints of Caput Mortuum #58261E
RGB
CMYK
RGB Variations
Color information
#58261E (or 0x58261E) is known color: Caput Mortuum. HEX triplet: 58, 26 and 1E. RGB value is (88,38,30). Sum of RGB (Red+Green+Blue) = 88+38+30=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58261E is #A7D9E1. Grayscale: #343434. Windows color (decimal): -11000290 or 1975896. OLE color: 1975896.
HSL color Cylindrical-coordinate representation of color #58261E: hue angle of 8.28º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58261E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 30 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.65 |
| HSL | 8.28º | 0.49% | 0.23% | - |
| HSV(B) | 8.28º | 0.66% | 0.35% | - |
| XYZ | 4.95 | 3.55 | 1.65 | - |
| YUV | 52.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 30 | 0 | 0.57 | 0.66 | 0.65 | 8.28 | 0.49 | 0.23 |
| Hex | 58 | 26 | 1E | 0 | 39 | 42 | 41 | 8 | 31 | 17 |
| Octal | 130 | 46 | 36 | 0 | 71 | 102 | 101 | 10 | 61 | 27 |
| Binary | 1011000 | 100110 | 11110 | 0 | 111001 | 1000010 | 1000001 | 1000 | 110001 | 10111 |
Color Harmonies of #58261E
Complementary color
Monochromatic Colors of #58261E
Black with #58261E
Text Example
Text Example
White with #58261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58261E; }
p { color: rgb(88,38,30); }
H1.HeaderClassName
{
color: #58261E;
}
.AnyTagClassName
{
color: #58261E;
}
</style>
background-color css
<style>
a { background-color: #58261E; }
a { background-color: rgb(88,38,30); }
div.DivClassName
{
background-color: #58261E;
}
.BgClassName
{
background-color: #58261E;
}
</style>
border-color css
<style>
span { border-color: #58261E; }
span { border-color: rgb(88,38,30); }
td.TdClassName
{
border-color: #58261E;
}
.TagClassName
{
border-color: #58261E;
}
</style>