Shades of Caput Mortuum #58261C
Tints of Caput Mortuum #58261C
RGB
CMYK
RGB Variations
Color information
#58261C (or 0x58261C) is known color: Caput Mortuum. HEX triplet: 58, 26 and 1C. RGB value is (88,38,28). Sum of RGB (Red+Green+Blue) = 88+38+28=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58261C is #A7D9E3. Grayscale: #333333. Windows color (decimal): -11000292 or 1844824. OLE color: 1844824.
HSL color Cylindrical-coordinate representation of color #58261C: hue angle of 10º 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 #58261C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 28 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.65 |
| HSL | 10º | 0.52% | 0.23% | - |
| HSV(B) | 10º | 0.68% | 0.35% | - |
| XYZ | 4.93 | 3.54 | 1.52 | - |
| YUV | 51.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 28 | 0 | 0.57 | 0.68 | 0.65 | 10 | 0.52 | 0.23 |
| Hex | 58 | 26 | 1C | 0 | 39 | 44 | 41 | A | 34 | 17 |
| Octal | 130 | 46 | 34 | 0 | 71 | 104 | 101 | 12 | 64 | 27 |
| Binary | 1011000 | 100110 | 11100 | 0 | 111001 | 1000100 | 1000001 | 1010 | 110100 | 10111 |
Color Harmonies of #58261C
Complementary color
Monochromatic Colors of #58261C
Black with #58261C
Text Example
Text Example
White with #58261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58261C; }
p { color: rgb(88,38,28); }
H1.HeaderClassName
{
color: #58261C;
}
.AnyTagClassName
{
color: #58261C;
}
</style>
background-color css
<style>
a { background-color: #58261C; }
a { background-color: rgb(88,38,28); }
div.DivClassName
{
background-color: #58261C;
}
.BgClassName
{
background-color: #58261C;
}
</style>
border-color css
<style>
span { border-color: #58261C; }
span { border-color: rgb(88,38,28); }
td.TdClassName
{
border-color: #58261C;
}
.TagClassName
{
border-color: #58261C;
}
</style>