Shades of Scarlet Gum #572965
Tints of Scarlet Gum #572965
RGB
CMYK
RGB Variations
Color information
#572965 (or 0x572965) is known color: Scarlet Gum. HEX triplet: 57, 29 and 65. RGB value is (87,41,101). Sum of RGB (Red+Green+Blue) = 87+41+101=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 41 (16.41% from 255 or 17.90% 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 #572965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572965 is #A8D69A. Grayscale: #3D3D3D. Windows color (decimal): -11064987 or 6629719. OLE color: 6629719.
HSL color Cylindrical-coordinate representation of color #572965: 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 #572965 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 41 | 101 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.60 |
| HSL | 286º | 0.42% | 0.28% | - |
| HSV(B) | 286º | 0.59% | 0.4% | - |
| XYZ | 7.07 | 4.55 | 12.82 | - |
| YUV | 61.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 101 | 0.14 | 0.59 | 0 | 0.60 | 286 | 0.42 | 0.28 |
| Hex | 57 | 29 | 65 | E | 3B | 0 | 3C | 11E | 2A | 1C |
| Octal | 127 | 51 | 145 | 16 | 73 | 0 | 74 | 436 | 52 | 34 |
| Binary | 1010111 | 101001 | 1100101 | 1110 | 111011 | 0 | 111100 | 100011110 | 101010 | 11100 |
Color Harmonies of #572965
Complementary color
Monochromatic Colors of #572965
Black with #572965
Text Example
Text Example
White with #572965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572965; }
p { color: rgb(87,41,101); }
H1.HeaderClassName
{
color: #572965;
}
.AnyTagClassName
{
color: #572965;
}
</style>
background-color css
<style>
a { background-color: #572965; }
a { background-color: rgb(87,41,101); }
div.DivClassName
{
background-color: #572965;
}
.BgClassName
{
background-color: #572965;
}
</style>
border-color css
<style>
span { border-color: #572965; }
span { border-color: rgb(87,41,101); }
td.TdClassName
{
border-color: #572965;
}
.TagClassName
{
border-color: #572965;
}
</style>