Shades of Caput Mortuum #58291B
Tints of Caput Mortuum #58291B
RGB
CMYK
RGB Variations
Color information
#58291B (or 0x58291B) is known color: Caput Mortuum. HEX triplet: 58, 29 and 1B. RGB value is (88,41,27). Sum of RGB (Red+Green+Blue) = 88+41+27=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58291B is #A7D6E4. Grayscale: #353535. Windows color (decimal): -10999525 or 1780056. OLE color: 1780056.
HSL color Cylindrical-coordinate representation of color #58291B: hue angle of 13.77º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58291B is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 27 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.65 |
| HSL | 13.77º | 0.53% | 0.23% | - |
| HSV(B) | 13.77º | 0.69% | 0.35% | - |
| XYZ | 5.02 | 3.74 | 1.49 | - |
| YUV | 53.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 27 | 0 | 0.53 | 0.69 | 0.65 | 13.77 | 0.53 | 0.23 |
| Hex | 58 | 29 | 1B | 0 | 35 | 45 | 41 | E | 35 | 17 |
| Octal | 130 | 51 | 33 | 0 | 65 | 105 | 101 | 16 | 65 | 27 |
| Binary | 1011000 | 101001 | 11011 | 0 | 110101 | 1000101 | 1000001 | 1110 | 110101 | 10111 |
Color Harmonies of #58291B
Complementary color
Monochromatic Colors of #58291B
Black with #58291B
Text Example
Text Example
White with #58291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58291B; }
p { color: rgb(88,41,27); }
H1.HeaderClassName
{
color: #58291B;
}
.AnyTagClassName
{
color: #58291B;
}
</style>
background-color css
<style>
a { background-color: #58291B; }
a { background-color: rgb(88,41,27); }
div.DivClassName
{
background-color: #58291B;
}
.BgClassName
{
background-color: #58291B;
}
</style>
border-color css
<style>
span { border-color: #58291B; }
span { border-color: rgb(88,41,27); }
td.TdClassName
{
border-color: #58291B;
}
.TagClassName
{
border-color: #58291B;
}
</style>