Shades of Scarlet Gum #56196A
Tints of Scarlet Gum #56196A
RGB
CMYK
RGB Variations
Color information
#56196A (or 0x56196A) is known color: Scarlet Gum. HEX triplet: 56, 19 and 6A. RGB value is (86,25,106). Sum of RGB (Red+Green+Blue) = 86+25+106=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #56196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196A is #A9E695. Grayscale: #343434. Windows color (decimal): -11134614 or 6953302. OLE color: 6953302.
HSL color Cylindrical-coordinate representation of color #56196A: hue angle of 285.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56196A is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 25 | 106 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.58 |
| HSL | 285.19º | 0.62% | 0.26% | - |
| HSV(B) | 285.19º | 0.76% | 0.42% | - |
| XYZ | 6.79 | 3.71 | 13.99 | - |
| YUV | 52.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 106 | 0.19 | 0.76 | 0 | 0.58 | 285.19 | 0.62 | 0.26 |
| Hex | 56 | 19 | 6A | 13 | 4C | 0 | 3A | 11D | 3E | 1A |
| Octal | 126 | 31 | 152 | 23 | 114 | 0 | 72 | 435 | 76 | 32 |
| Binary | 1010110 | 11001 | 1101010 | 10011 | 1001100 | 0 | 111010 | 100011101 | 111110 | 11010 |
Color Harmonies of #56196A
Complementary color
Monochromatic Colors of #56196A
Black with #56196A
Text Example
Text Example
White with #56196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56196A; }
p { color: rgb(86,25,106); }
H1.HeaderClassName
{
color: #56196A;
}
.AnyTagClassName
{
color: #56196A;
}
</style>
background-color css
<style>
a { background-color: #56196A; }
a { background-color: rgb(86,25,106); }
div.DivClassName
{
background-color: #56196A;
}
.BgClassName
{
background-color: #56196A;
}
</style>
border-color css
<style>
span { border-color: #56196A; }
span { border-color: rgb(86,25,106); }
td.TdClassName
{
border-color: #56196A;
}
.TagClassName
{
border-color: #56196A;
}
</style>