Shades of Scarlet Gum #561E69
Tints of Scarlet Gum #561E69
RGB
CMYK
RGB Variations
Color information
#561E69 (or 0x561E69) is known color: Scarlet Gum. HEX triplet: 56, 1E and 69. RGB value is (86,30,105). Sum of RGB (Red+Green+Blue) = 86+30+105=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #561E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E69 is #A9E196. Grayscale: #373737. Windows color (decimal): -11133335 or 6889046. OLE color: 6889046.
HSL color Cylindrical-coordinate representation of color #561E69: hue angle of 284.8º 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 #561E69 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 30 | 105 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.59 |
| HSL | 284.8º | 0.56% | 0.26% | - |
| HSV(B) | 284.8º | 0.71% | 0.41% | - |
| XYZ | 6.85 | 3.93 | 13.76 | - |
| YUV | 55.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 105 | 0.18 | 0.71 | 0 | 0.59 | 284.8 | 0.56 | 0.26 |
| Hex | 56 | 1E | 69 | 12 | 47 | 0 | 3B | 11D | 38 | 1A |
| Octal | 126 | 36 | 151 | 22 | 107 | 0 | 73 | 435 | 70 | 32 |
| Binary | 1010110 | 11110 | 1101001 | 10010 | 1000111 | 0 | 111011 | 100011101 | 111000 | 11010 |
Color Harmonies of #561E69
Complementary color
Monochromatic Colors of #561E69
Black with #561E69
Text Example
Text Example
White with #561E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E69; }
p { color: rgb(86,30,105); }
H1.HeaderClassName
{
color: #561E69;
}
.AnyTagClassName
{
color: #561E69;
}
</style>
background-color css
<style>
a { background-color: #561E69; }
a { background-color: rgb(86,30,105); }
div.DivClassName
{
background-color: #561E69;
}
.BgClassName
{
background-color: #561E69;
}
</style>
border-color css
<style>
span { border-color: #561E69; }
span { border-color: rgb(86,30,105); }
td.TdClassName
{
border-color: #561E69;
}
.TagClassName
{
border-color: #561E69;
}
</style>