Shades of Caput Mortuum #58271A
Tints of Caput Mortuum #58271A
RGB
CMYK
RGB Variations
Color information
#58271A (or 0x58271A) is known color: Caput Mortuum. HEX triplet: 58, 27 and 1A. RGB value is (88,39,26). Sum of RGB (Red+Green+Blue) = 88+39+26=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58271A is #A7D8E5. Grayscale: #343434. Windows color (decimal): -11000038 or 1714008. OLE color: 1714008.
HSL color Cylindrical-coordinate representation of color #58271A: hue angle of 12.58º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58271A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 26 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.65 |
| HSL | 12.58º | 0.54% | 0.22% | - |
| HSV(B) | 12.58º | 0.7% | 0.35% | - |
| XYZ | 4.94 | 3.6 | 1.41 | - |
| YUV | 52.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 26 | 0 | 0.56 | 0.70 | 0.65 | 12.58 | 0.54 | 0.22 |
| Hex | 58 | 27 | 1A | 0 | 38 | 46 | 41 | D | 36 | 16 |
| Octal | 130 | 47 | 32 | 0 | 70 | 106 | 101 | 15 | 66 | 26 |
| Binary | 1011000 | 100111 | 11010 | 0 | 111000 | 1000110 | 1000001 | 1101 | 110110 | 10110 |
Color Harmonies of #58271A
Complementary color
Monochromatic Colors of #58271A
Black with #58271A
Text Example
Text Example
White with #58271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58271A; }
p { color: rgb(88,39,26); }
H1.HeaderClassName
{
color: #58271A;
}
.AnyTagClassName
{
color: #58271A;
}
</style>
background-color css
<style>
a { background-color: #58271A; }
a { background-color: rgb(88,39,26); }
div.DivClassName
{
background-color: #58271A;
}
.BgClassName
{
background-color: #58271A;
}
</style>
border-color css
<style>
span { border-color: #58271A; }
span { border-color: rgb(88,39,26); }
td.TdClassName
{
border-color: #58271A;
}
.TagClassName
{
border-color: #58271A;
}
</style>