Shades of Scarlet Gum #571E69
Tints of Scarlet Gum #571E69
RGB
CMYK
RGB Variations
Color information
#571E69 (or 0x571E69) is known color: Scarlet Gum. HEX triplet: 57, 1E and 69. RGB value is (87,30,105). Sum of RGB (Red+Green+Blue) = 87+30+105=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #571E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E69 is #A8E196. Grayscale: #373737. Windows color (decimal): -11067799 or 6889047. OLE color: 6889047.
HSL color Cylindrical-coordinate representation of color #571E69: hue angle of 285.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571E69 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 30 | 105 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.59 |
| HSL | 285.6º | 0.56% | 0.26% | - |
| HSV(B) | 285.6º | 0.71% | 0.41% | - |
| XYZ | 6.94 | 3.97 | 13.77 | - |
| YUV | 55.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 105 | 0.17 | 0.71 | 0 | 0.59 | 285.6 | 0.56 | 0.26 |
| Hex | 57 | 1E | 69 | 11 | 47 | 0 | 3B | 11E | 38 | 1A |
| Octal | 127 | 36 | 151 | 21 | 107 | 0 | 73 | 436 | 70 | 32 |
| Binary | 1010111 | 11110 | 1101001 | 10001 | 1000111 | 0 | 111011 | 100011110 | 111000 | 11010 |
Color Harmonies of #571E69
Complementary color
Monochromatic Colors of #571E69
Black with #571E69
Text Example
Text Example
White with #571E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E69; }
p { color: rgb(87,30,105); }
H1.HeaderClassName
{
color: #571E69;
}
.AnyTagClassName
{
color: #571E69;
}
</style>
background-color css
<style>
a { background-color: #571E69; }
a { background-color: rgb(87,30,105); }
div.DivClassName
{
background-color: #571E69;
}
.BgClassName
{
background-color: #571E69;
}
</style>
border-color css
<style>
span { border-color: #571E69; }
span { border-color: rgb(87,30,105); }
td.TdClassName
{
border-color: #571E69;
}
.TagClassName
{
border-color: #571E69;
}
</style>