Shades of Scarlet Gum #572C63
Tints of Scarlet Gum #572C63
RGB
CMYK
RGB Variations
Color information
#572C63 (or 0x572C63) is known color: Scarlet Gum. HEX triplet: 57, 2C and 63. RGB value is (87,44,99). Sum of RGB (Red+Green+Blue) = 87+44+99=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #572C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C63 is #A8D39C. Grayscale: #3E3E3E. Windows color (decimal): -11064221 or 6499415. OLE color: 6499415.
HSL color Cylindrical-coordinate representation of color #572C63: hue angle of 286.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572C63 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 44 | 99 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.61 |
| HSL | 286.91º | 0.38% | 0.28% | - |
| HSV(B) | 286.91º | 0.56% | 0.39% | - |
| XYZ | 7.08 | 4.73 | 12.34 | - |
| YUV | 63.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 99 | 0.12 | 0.56 | 0 | 0.61 | 286.91 | 0.38 | 0.28 |
| Hex | 57 | 2C | 63 | C | 38 | 0 | 3D | 11F | 26 | 1C |
| Octal | 127 | 54 | 143 | 14 | 70 | 0 | 75 | 437 | 46 | 34 |
| Binary | 1010111 | 101100 | 1100011 | 1100 | 111000 | 0 | 111101 | 100011111 | 100110 | 11100 |
Color Harmonies of #572C63
Complementary color
Monochromatic Colors of #572C63
Black with #572C63
Text Example
Text Example
White with #572C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C63; }
p { color: rgb(87,44,99); }
H1.HeaderClassName
{
color: #572C63;
}
.AnyTagClassName
{
color: #572C63;
}
</style>
background-color css
<style>
a { background-color: #572C63; }
a { background-color: rgb(87,44,99); }
div.DivClassName
{
background-color: #572C63;
}
.BgClassName
{
background-color: #572C63;
}
</style>
border-color css
<style>
span { border-color: #572C63; }
span { border-color: rgb(87,44,99); }
td.TdClassName
{
border-color: #572C63;
}
.TagClassName
{
border-color: #572C63;
}
</style>