Shades of Scarlet Gum #58186D
Tints of Scarlet Gum #58186D
RGB
CMYK
RGB Variations
Color information
#58186D (or 0x58186D) is known color: Scarlet Gum. HEX triplet: 58, 18 and 6D. RGB value is (88,24,109). Sum of RGB (Red+Green+Blue) = 88+24+109=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #58186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58186D is #A7E792. Grayscale: #343434. Windows color (decimal): -11003795 or 7149656. OLE color: 7149656.
HSL color Cylindrical-coordinate representation of color #58186D: hue angle of 285.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58186D is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 24 | 109 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.57 |
| HSL | 285.18º | 0.64% | 0.26% | - |
| HSV(B) | 285.18º | 0.78% | 0.43% | - |
| XYZ | 7.11 | 3.83 | 14.83 | - |
| YUV | 52.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 109 | 0.19 | 0.78 | 0 | 0.57 | 285.18 | 0.64 | 0.26 |
| Hex | 58 | 18 | 6D | 13 | 4E | 0 | 39 | 11D | 40 | 1A |
| Octal | 130 | 30 | 155 | 23 | 116 | 0 | 71 | 435 | 100 | 32 |
| Binary | 1011000 | 11000 | 1101101 | 10011 | 1001110 | 0 | 111001 | 100011101 | 1000000 | 11010 |
Color Harmonies of #58186D
Complementary color
Monochromatic Colors of #58186D
Black with #58186D
Text Example
Text Example
White with #58186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58186D; }
p { color: rgb(88,24,109); }
H1.HeaderClassName
{
color: #58186D;
}
.AnyTagClassName
{
color: #58186D;
}
</style>
background-color css
<style>
a { background-color: #58186D; }
a { background-color: rgb(88,24,109); }
div.DivClassName
{
background-color: #58186D;
}
.BgClassName
{
background-color: #58186D;
}
</style>
border-color css
<style>
span { border-color: #58186D; }
span { border-color: rgb(88,24,109); }
td.TdClassName
{
border-color: #58186D;
}
.TagClassName
{
border-color: #58186D;
}
</style>