Shades of Scarlet Gum #572B64
Tints of Scarlet Gum #572B64
RGB
CMYK
RGB Variations
Color information
#572B64 (or 0x572B64) is known color: Scarlet Gum. HEX triplet: 57, 2B and 64. RGB value is (87,43,100). Sum of RGB (Red+Green+Blue) = 87+43+100=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #572B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B64 is #A8D49B. Grayscale: #3E3E3E. Windows color (decimal): -11064476 or 6564695. OLE color: 6564695.
HSL color Cylindrical-coordinate representation of color #572B64: hue angle of 286.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572B64 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 43 | 100 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.61 |
| HSL | 286.32º | 0.4% | 0.28% | - |
| HSV(B) | 286.32º | 0.57% | 0.39% | - |
| XYZ | 7.09 | 4.67 | 12.58 | - |
| YUV | 62.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 100 | 0.13 | 0.57 | 0 | 0.61 | 286.32 | 0.4 | 0.28 |
| Hex | 57 | 2B | 64 | D | 39 | 0 | 3D | 11E | 28 | 1C |
| Octal | 127 | 53 | 144 | 15 | 71 | 0 | 75 | 436 | 50 | 34 |
| Binary | 1010111 | 101011 | 1100100 | 1101 | 111001 | 0 | 111101 | 100011110 | 101000 | 11100 |
Color Harmonies of #572B64
Complementary color
Monochromatic Colors of #572B64
Black with #572B64
Text Example
Text Example
White with #572B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B64; }
p { color: rgb(87,43,100); }
H1.HeaderClassName
{
color: #572B64;
}
.AnyTagClassName
{
color: #572B64;
}
</style>
background-color css
<style>
a { background-color: #572B64; }
a { background-color: rgb(87,43,100); }
div.DivClassName
{
background-color: #572B64;
}
.BgClassName
{
background-color: #572B64;
}
</style>
border-color css
<style>
span { border-color: #572B64; }
span { border-color: rgb(87,43,100); }
td.TdClassName
{
border-color: #572B64;
}
.TagClassName
{
border-color: #572B64;
}
</style>