Shades of Scarlet Gum #57216B
Tints of Scarlet Gum #57216B
RGB
CMYK
RGB Variations
Color information
#57216B (or 0x57216B) is known color: Scarlet Gum. HEX triplet: 57, 21 and 6B. RGB value is (87,33,107). Sum of RGB (Red+Green+Blue) = 87+33+107=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #57216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57216B is #A8DE94. Grayscale: #393939. Windows color (decimal): -11067029 or 7020887. OLE color: 7020887.
HSL color Cylindrical-coordinate representation of color #57216B: hue angle of 283.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57216B is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 33 | 107 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.58 |
| HSL | 283.78º | 0.53% | 0.27% | - |
| HSV(B) | 283.78º | 0.69% | 0.42% | - |
| XYZ | 7.13 | 4.18 | 14.34 | - |
| YUV | 57.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 107 | 0.19 | 0.69 | 0 | 0.58 | 283.78 | 0.53 | 0.27 |
| Hex | 57 | 21 | 6B | 13 | 45 | 0 | 3A | 11C | 35 | 1B |
| Octal | 127 | 41 | 153 | 23 | 105 | 0 | 72 | 434 | 65 | 33 |
| Binary | 1010111 | 100001 | 1101011 | 10011 | 1000101 | 0 | 111010 | 100011100 | 110101 | 11011 |
Color Harmonies of #57216B
Complementary color
Monochromatic Colors of #57216B
Black with #57216B
Text Example
Text Example
White with #57216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57216B; }
p { color: rgb(87,33,107); }
H1.HeaderClassName
{
color: #57216B;
}
.AnyTagClassName
{
color: #57216B;
}
</style>
background-color css
<style>
a { background-color: #57216B; }
a { background-color: rgb(87,33,107); }
div.DivClassName
{
background-color: #57216B;
}
.BgClassName
{
background-color: #57216B;
}
</style>
border-color css
<style>
span { border-color: #57216B; }
span { border-color: rgb(87,33,107); }
td.TdClassName
{
border-color: #57216B;
}
.TagClassName
{
border-color: #57216B;
}
</style>