Shades of Caput Mortuum #582A25
Tints of Caput Mortuum #582A25
RGB
CMYK
RGB Variations
Color information
#582A25 (or 0x582A25) is known color: Caput Mortuum. HEX triplet: 58, 2A and 25. RGB value is (88,42,37). Sum of RGB (Red+Green+Blue) = 88+42+37=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #582A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A25 is #A7D5DA. Grayscale: #373737. Windows color (decimal): -10999259 or 2435672. OLE color: 2435672.
HSL color Cylindrical-coordinate representation of color #582A25: hue angle of 5.88º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582A25 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 37 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.65 |
| HSL | 5.88º | 0.41% | 0.25% | - |
| HSV(B) | 5.88º | 0.58% | 0.35% | - |
| XYZ | 5.19 | 3.86 | 2.22 | - |
| YUV | 55.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 37 | 0 | 0.52 | 0.58 | 0.65 | 5.88 | 0.41 | 0.25 |
| Hex | 58 | 2A | 25 | 0 | 34 | 3A | 41 | 6 | 29 | 19 |
| Octal | 130 | 52 | 45 | 0 | 64 | 72 | 101 | 6 | 51 | 31 |
| Binary | 1011000 | 101010 | 100101 | 0 | 110100 | 111010 | 1000001 | 110 | 101001 | 11001 |
Color Harmonies of #582A25
Complementary color
Monochromatic Colors of #582A25
Black with #582A25
Text Example
Text Example
White with #582A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A25; }
p { color: rgb(88,42,37); }
H1.HeaderClassName
{
color: #582A25;
}
.AnyTagClassName
{
color: #582A25;
}
</style>
background-color css
<style>
a { background-color: #582A25; }
a { background-color: rgb(88,42,37); }
div.DivClassName
{
background-color: #582A25;
}
.BgClassName
{
background-color: #582A25;
}
</style>
border-color css
<style>
span { border-color: #582A25; }
span { border-color: rgb(88,42,37); }
td.TdClassName
{
border-color: #582A25;
}
.TagClassName
{
border-color: #582A25;
}
</style>