Shades of Scarlet Gum #561B66
Tints of Scarlet Gum #561B66
RGB
CMYK
RGB Variations
Color information
#561B66 (or 0x561B66) is known color: Scarlet Gum. HEX triplet: 56, 1B and 66. RGB value is (86,27,102). Sum of RGB (Red+Green+Blue) = 86+27+102=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #561B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B66 is #A9E499. Grayscale: #343434. Windows color (decimal): -11134106 or 6691670. OLE color: 6691670.
HSL color Cylindrical-coordinate representation of color #561B66: hue angle of 287.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561B66 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 27 | 102 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.6 |
| HSL | 287.2º | 0.58% | 0.25% | - |
| HSV(B) | 287.2º | 0.74% | 0.4% | - |
| XYZ | 6.63 | 3.72 | 12.94 | - |
| YUV | 53.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 102 | 0.16 | 0.74 | 0 | 0.6 | 287.2 | 0.58 | 0.25 |
| Hex | 56 | 1B | 66 | 10 | 4A | 0 | 3C | 11F | 3A | 19 |
| Octal | 126 | 33 | 146 | 20 | 112 | 0 | 74 | 437 | 72 | 31 |
| Binary | 1010110 | 11011 | 1100110 | 10000 | 1001010 | 0 | 111100 | 100011111 | 111010 | 11001 |
Color Harmonies of #561B66
Complementary color
Monochromatic Colors of #561B66
Black with #561B66
Text Example
Text Example
White with #561B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B66; }
p { color: rgb(86,27,102); }
H1.HeaderClassName
{
color: #561B66;
}
.AnyTagClassName
{
color: #561B66;
}
</style>
background-color css
<style>
a { background-color: #561B66; }
a { background-color: rgb(86,27,102); }
div.DivClassName
{
background-color: #561B66;
}
.BgClassName
{
background-color: #561B66;
}
</style>
border-color css
<style>
span { border-color: #561B66; }
span { border-color: rgb(86,27,102); }
td.TdClassName
{
border-color: #561B66;
}
.TagClassName
{
border-color: #561B66;
}
</style>