Shades of Scarlet Gum #561B6C
Tints of Scarlet Gum #561B6C
RGB
CMYK
RGB Variations
Color information
#561B6C (or 0x561B6C) is known color: Scarlet Gum. HEX triplet: 56, 1B and 6C. RGB value is (86,27,108). Sum of RGB (Red+Green+Blue) = 86+27+108=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #561B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B6C is #A9E493. Grayscale: #353535. Windows color (decimal): -11134100 or 7084886. OLE color: 7084886.
HSL color Cylindrical-coordinate representation of color #561B6C: hue angle of 283.7º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561B6C is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 27 | 108 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.58 |
| HSL | 283.7º | 0.6% | 0.26% | - |
| HSV(B) | 283.7º | 0.75% | 0.42% | - |
| XYZ | 6.94 | 3.85 | 14.56 | - |
| YUV | 53.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 108 | 0.20 | 0.75 | 0 | 0.58 | 283.7 | 0.6 | 0.26 |
| Hex | 56 | 1B | 6C | 14 | 4B | 0 | 3A | 11C | 3C | 1A |
| Octal | 126 | 33 | 154 | 24 | 113 | 0 | 72 | 434 | 74 | 32 |
| Binary | 1010110 | 11011 | 1101100 | 10100 | 1001011 | 0 | 111010 | 100011100 | 111100 | 11010 |
Color Harmonies of #561B6C
Complementary color
Monochromatic Colors of #561B6C
Black with #561B6C
Text Example
Text Example
White with #561B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B6C; }
p { color: rgb(86,27,108); }
H1.HeaderClassName
{
color: #561B6C;
}
.AnyTagClassName
{
color: #561B6C;
}
</style>
background-color css
<style>
a { background-color: #561B6C; }
a { background-color: rgb(86,27,108); }
div.DivClassName
{
background-color: #561B6C;
}
.BgClassName
{
background-color: #561B6C;
}
</style>
border-color css
<style>
span { border-color: #561B6C; }
span { border-color: rgb(86,27,108); }
td.TdClassName
{
border-color: #561B6C;
}
.TagClassName
{
border-color: #561B6C;
}
</style>