Shades of Scarlet Gum #571E6D
Tints of Scarlet Gum #571E6D
RGB
CMYK
RGB Variations
Color information
#571E6D (or 0x571E6D) is known color: Scarlet Gum. HEX triplet: 57, 1E and 6D. RGB value is (87,30,109). Sum of RGB (Red+Green+Blue) = 87+30+109=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #571E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E6D is #A8E192. Grayscale: #373737. Windows color (decimal): -11067795 or 7151191. OLE color: 7151191.
HSL color Cylindrical-coordinate representation of color #571E6D: hue angle of 283.29º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571E6D is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 30 | 109 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.57 |
| HSL | 283.29º | 0.57% | 0.27% | - |
| HSV(B) | 283.29º | 0.72% | 0.43% | - |
| XYZ | 7.16 | 4.06 | 14.87 | - |
| YUV | 56.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 109 | 0.20 | 0.72 | 0 | 0.57 | 283.29 | 0.57 | 0.27 |
| Hex | 57 | 1E | 6D | 14 | 48 | 0 | 39 | 11B | 39 | 1B |
| Octal | 127 | 36 | 155 | 24 | 110 | 0 | 71 | 433 | 71 | 33 |
| Binary | 1010111 | 11110 | 1101101 | 10100 | 1001000 | 0 | 111001 | 100011011 | 111001 | 11011 |
Color Harmonies of #571E6D
Complementary color
Monochromatic Colors of #571E6D
Black with #571E6D
Text Example
Text Example
White with #571E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E6D; }
p { color: rgb(87,30,109); }
H1.HeaderClassName
{
color: #571E6D;
}
.AnyTagClassName
{
color: #571E6D;
}
</style>
background-color css
<style>
a { background-color: #571E6D; }
a { background-color: rgb(87,30,109); }
div.DivClassName
{
background-color: #571E6D;
}
.BgClassName
{
background-color: #571E6D;
}
</style>
border-color css
<style>
span { border-color: #571E6D; }
span { border-color: rgb(87,30,109); }
td.TdClassName
{
border-color: #571E6D;
}
.TagClassName
{
border-color: #571E6D;
}
</style>