Shades of Scarlet Gum #582A66
Tints of Scarlet Gum #582A66
RGB
CMYK
RGB Variations
Color information
#582A66 (or 0x582A66) is known color: Scarlet Gum. HEX triplet: 58, 2A and 66. RGB value is (88,42,102). Sum of RGB (Red+Green+Blue) = 88+42+102=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #582A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A66 is #A7D599. Grayscale: #3E3E3E. Windows color (decimal): -10999194 or 6695512. OLE color: 6695512.
HSL color Cylindrical-coordinate representation of color #582A66: hue angle of 286º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582A66 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 42 | 102 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.6 |
| HSL | 286º | 0.42% | 0.28% | - |
| HSV(B) | 286º | 0.59% | 0.4% | - |
| XYZ | 7.25 | 4.69 | 13.09 | - |
| YUV | 62.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 102 | 0.14 | 0.59 | 0 | 0.6 | 286 | 0.42 | 0.28 |
| Hex | 58 | 2A | 66 | E | 3B | 0 | 3C | 11E | 2A | 1C |
| Octal | 130 | 52 | 146 | 16 | 73 | 0 | 74 | 436 | 52 | 34 |
| Binary | 1011000 | 101010 | 1100110 | 1110 | 111011 | 0 | 111100 | 100011110 | 101010 | 11100 |
Color Harmonies of #582A66
Complementary color
Monochromatic Colors of #582A66
Black with #582A66
Text Example
Text Example
White with #582A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A66; }
p { color: rgb(88,42,102); }
H1.HeaderClassName
{
color: #582A66;
}
.AnyTagClassName
{
color: #582A66;
}
</style>
background-color css
<style>
a { background-color: #582A66; }
a { background-color: rgb(88,42,102); }
div.DivClassName
{
background-color: #582A66;
}
.BgClassName
{
background-color: #582A66;
}
</style>
border-color css
<style>
span { border-color: #582A66; }
span { border-color: rgb(88,42,102); }
td.TdClassName
{
border-color: #582A66;
}
.TagClassName
{
border-color: #582A66;
}
</style>