Shades of Scarlet Gum #561B6E
Tints of Scarlet Gum #561B6E
RGB
CMYK
RGB Variations
Color information
#561B6E (or 0x561B6E) is known color: Scarlet Gum. HEX triplet: 56, 1B and 6E. RGB value is (86,27,110). Sum of RGB (Red+Green+Blue) = 86+27+110=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #561B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B6E is #A9E491. Grayscale: #353535. Windows color (decimal): -11134098 or 7215958. OLE color: 7215958.
HSL color Cylindrical-coordinate representation of color #561B6E: hue angle of 282.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561B6E is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 27 | 110 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.57 |
| HSL | 282.65º | 0.61% | 0.27% | - |
| HSV(B) | 282.65º | 0.75% | 0.43% | - |
| XYZ | 7.04 | 3.89 | 15.13 | - |
| YUV | 54.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 110 | 0.22 | 0.75 | 0 | 0.57 | 282.65 | 0.61 | 0.27 |
| Hex | 56 | 1B | 6E | 16 | 4B | 0 | 39 | 11B | 3D | 1B |
| Octal | 126 | 33 | 156 | 26 | 113 | 0 | 71 | 433 | 75 | 33 |
| Binary | 1010110 | 11011 | 1101110 | 10110 | 1001011 | 0 | 111001 | 100011011 | 111101 | 11011 |
Color Harmonies of #561B6E
Complementary color
Monochromatic Colors of #561B6E
Black with #561B6E
Text Example
Text Example
White with #561B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B6E; }
p { color: rgb(86,27,110); }
H1.HeaderClassName
{
color: #561B6E;
}
.AnyTagClassName
{
color: #561B6E;
}
</style>
background-color css
<style>
a { background-color: #561B6E; }
a { background-color: rgb(86,27,110); }
div.DivClassName
{
background-color: #561B6E;
}
.BgClassName
{
background-color: #561B6E;
}
</style>
border-color css
<style>
span { border-color: #561B6E; }
span { border-color: rgb(86,27,110); }
td.TdClassName
{
border-color: #561B6E;
}
.TagClassName
{
border-color: #561B6E;
}
</style>