Shades of Scarlet Gum #56176E
Tints of Scarlet Gum #56176E
RGB
CMYK
RGB Variations
Color information
#56176E (or 0x56176E) is known color: Scarlet Gum. HEX triplet: 56, 17 and 6E. RGB value is (86,23,110). Sum of RGB (Red+Green+Blue) = 86+23+110=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #56176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56176E is #A9E891. Grayscale: #333333. Windows color (decimal): -11135122 or 7214934. OLE color: 7214934.
HSL color Cylindrical-coordinate representation of color #56176E: hue angle of 283.45º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56176E is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 23 | 110 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.57 |
| HSL | 283.45º | 0.65% | 0.26% | - |
| HSV(B) | 283.45º | 0.79% | 0.43% | - |
| XYZ | 6.96 | 3.72 | 15.1 | - |
| YUV | 51.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 110 | 0.22 | 0.79 | 0 | 0.57 | 283.45 | 0.65 | 0.26 |
| Hex | 56 | 17 | 6E | 16 | 4F | 0 | 39 | 11B | 41 | 1A |
| Octal | 126 | 27 | 156 | 26 | 117 | 0 | 71 | 433 | 101 | 32 |
| Binary | 1010110 | 10111 | 1101110 | 10110 | 1001111 | 0 | 111001 | 100011011 | 1000001 | 11010 |
Color Harmonies of #56176E
Complementary color
Monochromatic Colors of #56176E
Black with #56176E
Text Example
Text Example
White with #56176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56176E; }
p { color: rgb(86,23,110); }
H1.HeaderClassName
{
color: #56176E;
}
.AnyTagClassName
{
color: #56176E;
}
</style>
background-color css
<style>
a { background-color: #56176E; }
a { background-color: rgb(86,23,110); }
div.DivClassName
{
background-color: #56176E;
}
.BgClassName
{
background-color: #56176E;
}
</style>
border-color css
<style>
span { border-color: #56176E; }
span { border-color: rgb(86,23,110); }
td.TdClassName
{
border-color: #56176E;
}
.TagClassName
{
border-color: #56176E;
}
</style>