Shades of Scarlet Gum #56196D
Tints of Scarlet Gum #56196D
RGB
CMYK
RGB Variations
Color information
#56196D (or 0x56196D) is known color: Scarlet Gum. HEX triplet: 56, 19 and 6D. RGB value is (86,25,109). Sum of RGB (Red+Green+Blue) = 86+25+109=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #56196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196D is #A9E692. Grayscale: #343434. Windows color (decimal): -11134611 or 7149910. OLE color: 7149910.
HSL color Cylindrical-coordinate representation of color #56196D: hue angle of 283.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56196D is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 25 | 109 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.57 |
| HSL | 283.57º | 0.63% | 0.26% | - |
| HSV(B) | 283.57º | 0.77% | 0.43% | - |
| XYZ | 6.95 | 3.78 | 14.83 | - |
| YUV | 52.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 109 | 0.21 | 0.77 | 0 | 0.57 | 283.57 | 0.63 | 0.26 |
| Hex | 56 | 19 | 6D | 15 | 4D | 0 | 39 | 11C | 3F | 1A |
| Octal | 126 | 31 | 155 | 25 | 115 | 0 | 71 | 434 | 77 | 32 |
| Binary | 1010110 | 11001 | 1101101 | 10101 | 1001101 | 0 | 111001 | 100011100 | 111111 | 11010 |
Color Harmonies of #56196D
Complementary color
Monochromatic Colors of #56196D
Black with #56196D
Text Example
Text Example
White with #56196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56196D; }
p { color: rgb(86,25,109); }
H1.HeaderClassName
{
color: #56196D;
}
.AnyTagClassName
{
color: #56196D;
}
</style>
background-color css
<style>
a { background-color: #56196D; }
a { background-color: rgb(86,25,109); }
div.DivClassName
{
background-color: #56196D;
}
.BgClassName
{
background-color: #56196D;
}
</style>
border-color css
<style>
span { border-color: #56196D; }
span { border-color: rgb(86,25,109); }
td.TdClassName
{
border-color: #56196D;
}
.TagClassName
{
border-color: #56196D;
}
</style>