Shades of Scarlet Gum #582269
Tints of Scarlet Gum #582269
RGB
CMYK
RGB Variations
Color information
#582269 (or 0x582269) is known color: Scarlet Gum. HEX triplet: 58, 22 and 69. RGB value is (88,34,105). Sum of RGB (Red+Green+Blue) = 88+34+105=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #582269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582269 is #A7DD96. Grayscale: #3A3A3A. Windows color (decimal): -11001239 or 6890072. OLE color: 6890072.
HSL color Cylindrical-coordinate representation of color #582269: hue angle of 285.63º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582269 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 34 | 105 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.59 |
| HSL | 285.63º | 0.51% | 0.27% | - |
| HSV(B) | 285.63º | 0.68% | 0.41% | - |
| XYZ | 7.15 | 4.24 | 13.81 | - |
| YUV | 58.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 105 | 0.16 | 0.68 | 0 | 0.59 | 285.63 | 0.51 | 0.27 |
| Hex | 58 | 22 | 69 | 10 | 44 | 0 | 3B | 11E | 33 | 1B |
| Octal | 130 | 42 | 151 | 20 | 104 | 0 | 73 | 436 | 63 | 33 |
| Binary | 1011000 | 100010 | 1101001 | 10000 | 1000100 | 0 | 111011 | 100011110 | 110011 | 11011 |
Color Harmonies of #582269
Complementary color
Monochromatic Colors of #582269
Black with #582269
Text Example
Text Example
White with #582269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582269; }
p { color: rgb(88,34,105); }
H1.HeaderClassName
{
color: #582269;
}
.AnyTagClassName
{
color: #582269;
}
</style>
background-color css
<style>
a { background-color: #582269; }
a { background-color: rgb(88,34,105); }
div.DivClassName
{
background-color: #582269;
}
.BgClassName
{
background-color: #582269;
}
</style>
border-color css
<style>
span { border-color: #582269; }
span { border-color: rgb(88,34,105); }
td.TdClassName
{
border-color: #582269;
}
.TagClassName
{
border-color: #582269;
}
</style>