Shades of Caput Mortuum #58251A
Tints of Caput Mortuum #58251A
RGB
CMYK
RGB Variations
Color information
#58251A (or 0x58251A) is known color: Caput Mortuum. HEX triplet: 58, 25 and 1A. RGB value is (88,37,26). Sum of RGB (Red+Green+Blue) = 88+37+26=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58251A is #A7DAE5. Grayscale: #333333. Windows color (decimal): -11000550 or 1713496. OLE color: 1713496.
HSL color Cylindrical-coordinate representation of color #58251A: hue angle of 10.65º 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 #58251A is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 26 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.65 |
| HSL | 10.65º | 0.54% | 0.22% | - |
| HSV(B) | 10.65º | 0.7% | 0.35% | - |
| XYZ | 4.87 | 3.47 | 1.39 | - |
| YUV | 51 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 26 | 0 | 0.58 | 0.70 | 0.65 | 10.65 | 0.54 | 0.22 |
| Hex | 58 | 25 | 1A | 0 | 3A | 46 | 41 | B | 36 | 16 |
| Octal | 130 | 45 | 32 | 0 | 72 | 106 | 101 | 13 | 66 | 26 |
| Binary | 1011000 | 100101 | 11010 | 0 | 111010 | 1000110 | 1000001 | 1011 | 110110 | 10110 |
Color Harmonies of #58251A
Complementary color
Monochromatic Colors of #58251A
Black with #58251A
Text Example
Text Example
White with #58251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58251A; }
p { color: rgb(88,37,26); }
H1.HeaderClassName
{
color: #58251A;
}
.AnyTagClassName
{
color: #58251A;
}
</style>
background-color css
<style>
a { background-color: #58251A; }
a { background-color: rgb(88,37,26); }
div.DivClassName
{
background-color: #58251A;
}
.BgClassName
{
background-color: #58251A;
}
</style>
border-color css
<style>
span { border-color: #58251A; }
span { border-color: rgb(88,37,26); }
td.TdClassName
{
border-color: #58251A;
}
.TagClassName
{
border-color: #58251A;
}
</style>