Shades of Scarlet Gum #582865
Tints of Scarlet Gum #582865
RGB
CMYK
RGB Variations
Color information
#582865 (or 0x582865) is known color: Scarlet Gum. HEX triplet: 58, 28 and 65. RGB value is (88,40,101). Sum of RGB (Red+Green+Blue) = 88+40+101=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #582865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582865 is #A7D79A. Grayscale: #3D3D3D. Windows color (decimal): -10999707 or 6629464. OLE color: 6629464.
HSL color Cylindrical-coordinate representation of color #582865: hue angle of 287.21º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582865 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 40 | 101 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.60 |
| HSL | 287.21º | 0.43% | 0.28% | - |
| HSV(B) | 287.21º | 0.6% | 0.4% | - |
| XYZ | 7.13 | 4.53 | 12.81 | - |
| YUV | 61.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 101 | 0.13 | 0.60 | 0 | 0.60 | 287.21 | 0.43 | 0.28 |
| Hex | 58 | 28 | 65 | D | 3C | 0 | 3C | 11F | 2B | 1C |
| Octal | 130 | 50 | 145 | 15 | 74 | 0 | 74 | 437 | 53 | 34 |
| Binary | 1011000 | 101000 | 1100101 | 1101 | 111100 | 0 | 111100 | 100011111 | 101011 | 11100 |
Color Harmonies of #582865
Complementary color
Monochromatic Colors of #582865
Black with #582865
Text Example
Text Example
White with #582865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582865; }
p { color: rgb(88,40,101); }
H1.HeaderClassName
{
color: #582865;
}
.AnyTagClassName
{
color: #582865;
}
</style>
background-color css
<style>
a { background-color: #582865; }
a { background-color: rgb(88,40,101); }
div.DivClassName
{
background-color: #582865;
}
.BgClassName
{
background-color: #582865;
}
</style>
border-color css
<style>
span { border-color: #582865; }
span { border-color: rgb(88,40,101); }
td.TdClassName
{
border-color: #582865;
}
.TagClassName
{
border-color: #582865;
}
</style>