Shades of Caput Mortuum #58271C
Tints of Caput Mortuum #58271C
RGB
CMYK
RGB Variations
Color information
#58271C (or 0x58271C) is known color: Caput Mortuum. HEX triplet: 58, 27 and 1C. RGB value is (88,39,28). Sum of RGB (Red+Green+Blue) = 88+39+28=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58271C is #A7D8E3. Grayscale: #343434. Windows color (decimal): -11000036 or 1845080. OLE color: 1845080.
HSL color Cylindrical-coordinate representation of color #58271C: hue angle of 11º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58271C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 28 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.65 |
| HSL | 11º | 0.52% | 0.23% | - |
| HSV(B) | 11º | 0.68% | 0.35% | - |
| XYZ | 4.96 | 3.61 | 1.53 | - |
| YUV | 52.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 28 | 0 | 0.56 | 0.68 | 0.65 | 11 | 0.52 | 0.23 |
| Hex | 58 | 27 | 1C | 0 | 38 | 44 | 41 | B | 34 | 17 |
| Octal | 130 | 47 | 34 | 0 | 70 | 104 | 101 | 13 | 64 | 27 |
| Binary | 1011000 | 100111 | 11100 | 0 | 111000 | 1000100 | 1000001 | 1011 | 110100 | 10111 |
Color Harmonies of #58271C
Complementary color
Monochromatic Colors of #58271C
Black with #58271C
Text Example
Text Example
White with #58271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58271C; }
p { color: rgb(88,39,28); }
H1.HeaderClassName
{
color: #58271C;
}
.AnyTagClassName
{
color: #58271C;
}
</style>
background-color css
<style>
a { background-color: #58271C; }
a { background-color: rgb(88,39,28); }
div.DivClassName
{
background-color: #58271C;
}
.BgClassName
{
background-color: #58271C;
}
</style>
border-color css
<style>
span { border-color: #58271C; }
span { border-color: rgb(88,39,28); }
td.TdClassName
{
border-color: #58271C;
}
.TagClassName
{
border-color: #58271C;
}
</style>