Shades of Scarlet Gum #572E63
Tints of Scarlet Gum #572E63
RGB
CMYK
RGB Variations
Color information
#572E63 (or 0x572E63) is known color: Scarlet Gum. HEX triplet: 57, 2E and 63. RGB value is (87,46,99). Sum of RGB (Red+Green+Blue) = 87+46+99=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #572E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E63 is #A8D19C. Grayscale: #404040. Windows color (decimal): -11063709 or 6499927. OLE color: 6499927.
HSL color Cylindrical-coordinate representation of color #572E63: hue angle of 286.42º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572E63 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 46 | 99 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.61 |
| HSL | 286.42º | 0.37% | 0.28% | - |
| HSV(B) | 286.42º | 0.54% | 0.39% | - |
| XYZ | 7.16 | 4.88 | 12.37 | - |
| YUV | 64.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 99 | 0.12 | 0.54 | 0 | 0.61 | 286.42 | 0.37 | 0.28 |
| Hex | 57 | 2E | 63 | C | 36 | 0 | 3D | 11E | 25 | 1C |
| Octal | 127 | 56 | 143 | 14 | 66 | 0 | 75 | 436 | 45 | 34 |
| Binary | 1010111 | 101110 | 1100011 | 1100 | 110110 | 0 | 111101 | 100011110 | 100101 | 11100 |
Color Harmonies of #572E63
Complementary color
Monochromatic Colors of #572E63
Black with #572E63
Text Example
Text Example
White with #572E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E63; }
p { color: rgb(87,46,99); }
H1.HeaderClassName
{
color: #572E63;
}
.AnyTagClassName
{
color: #572E63;
}
</style>
background-color css
<style>
a { background-color: #572E63; }
a { background-color: rgb(87,46,99); }
div.DivClassName
{
background-color: #572E63;
}
.BgClassName
{
background-color: #572E63;
}
</style>
border-color css
<style>
span { border-color: #572E63; }
span { border-color: rgb(87,46,99); }
td.TdClassName
{
border-color: #572E63;
}
.TagClassName
{
border-color: #572E63;
}
</style>