Shades of Scarlet Gum #561E68
Tints of Scarlet Gum #561E68
RGB
CMYK
RGB Variations
Color information
#561E68 (or 0x561E68) is known color: Scarlet Gum. HEX triplet: 56, 1E and 68. RGB value is (86,30,104). Sum of RGB (Red+Green+Blue) = 86+30+104=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #561E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E68 is #A9E197. Grayscale: #363636. Windows color (decimal): -11133336 or 6823510. OLE color: 6823510.
HSL color Cylindrical-coordinate representation of color #561E68: hue angle of 285.41º degrees, saturation: 0.55, 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 #561E68 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 30 | 104 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.59 |
| HSL | 285.41º | 0.55% | 0.26% | - |
| HSV(B) | 285.41º | 0.71% | 0.41% | - |
| XYZ | 6.8 | 3.91 | 13.49 | - |
| YUV | 55.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 104 | 0.17 | 0.71 | 0 | 0.59 | 285.41 | 0.55 | 0.26 |
| Hex | 56 | 1E | 68 | 11 | 47 | 0 | 3B | 11D | 37 | 1A |
| Octal | 126 | 36 | 150 | 21 | 107 | 0 | 73 | 435 | 67 | 32 |
| Binary | 1010110 | 11110 | 1101000 | 10001 | 1000111 | 0 | 111011 | 100011101 | 110111 | 11010 |
Color Harmonies of #561E68
Complementary color
Monochromatic Colors of #561E68
Black with #561E68
Text Example
Text Example
White with #561E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E68; }
p { color: rgb(86,30,104); }
H1.HeaderClassName
{
color: #561E68;
}
.AnyTagClassName
{
color: #561E68;
}
</style>
background-color css
<style>
a { background-color: #561E68; }
a { background-color: rgb(86,30,104); }
div.DivClassName
{
background-color: #561E68;
}
.BgClassName
{
background-color: #561E68;
}
</style>
border-color css
<style>
span { border-color: #561E68; }
span { border-color: rgb(86,30,104); }
td.TdClassName
{
border-color: #561E68;
}
.TagClassName
{
border-color: #561E68;
}
</style>