Shades of Scarlet Gum #561A6A
Tints of Scarlet Gum #561A6A
RGB
CMYK
RGB Variations
Color information
#561A6A (or 0x561A6A) is known color: Scarlet Gum. HEX triplet: 56, 1A and 6A. RGB value is (86,26,106). Sum of RGB (Red+Green+Blue) = 86+26+106=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #561A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A6A is #A9E595. Grayscale: #343434. Windows color (decimal): -11134358 or 6953558. OLE color: 6953558.
HSL color Cylindrical-coordinate representation of color #561A6A: hue angle of 285º degrees, saturation: 0.61, 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 #561A6A is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 26 | 106 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.58 |
| HSL | 285º | 0.61% | 0.26% | - |
| HSV(B) | 285º | 0.75% | 0.42% | - |
| XYZ | 6.81 | 3.76 | 14 | - |
| YUV | 53.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 106 | 0.19 | 0.75 | 0 | 0.58 | 285 | 0.61 | 0.26 |
| Hex | 56 | 1A | 6A | 13 | 4B | 0 | 3A | 11D | 3D | 1A |
| Octal | 126 | 32 | 152 | 23 | 113 | 0 | 72 | 435 | 75 | 32 |
| Binary | 1010110 | 11010 | 1101010 | 10011 | 1001011 | 0 | 111010 | 100011101 | 111101 | 11010 |
Color Harmonies of #561A6A
Complementary color
Monochromatic Colors of #561A6A
Black with #561A6A
Text Example
Text Example
White with #561A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A6A; }
p { color: rgb(86,26,106); }
H1.HeaderClassName
{
color: #561A6A;
}
.AnyTagClassName
{
color: #561A6A;
}
</style>
background-color css
<style>
a { background-color: #561A6A; }
a { background-color: rgb(86,26,106); }
div.DivClassName
{
background-color: #561A6A;
}
.BgClassName
{
background-color: #561A6A;
}
</style>
border-color css
<style>
span { border-color: #561A6A; }
span { border-color: rgb(86,26,106); }
td.TdClassName
{
border-color: #561A6A;
}
.TagClassName
{
border-color: #561A6A;
}
</style>