Shades of Scarlet Gum #56186A
Tints of Scarlet Gum #56186A
RGB
CMYK
RGB Variations
Color information
#56186A (or 0x56186A) is known color: Scarlet Gum. HEX triplet: 56, 18 and 6A. RGB value is (86,24,106). Sum of RGB (Red+Green+Blue) = 86+24+106=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #56186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56186A is #A9E795. Grayscale: #333333. Windows color (decimal): -11134870 or 6953046. OLE color: 6953046.
HSL color Cylindrical-coordinate representation of color #56186A: hue angle of 285.37º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56186A is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 24 | 106 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.58 |
| HSL | 285.37º | 0.63% | 0.25% | - |
| HSV(B) | 285.37º | 0.77% | 0.42% | - |
| XYZ | 6.77 | 3.67 | 13.99 | - |
| YUV | 51.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 106 | 0.19 | 0.77 | 0 | 0.58 | 285.37 | 0.63 | 0.25 |
| Hex | 56 | 18 | 6A | 13 | 4D | 0 | 3A | 11D | 3F | 19 |
| Octal | 126 | 30 | 152 | 23 | 115 | 0 | 72 | 435 | 77 | 31 |
| Binary | 1010110 | 11000 | 1101010 | 10011 | 1001101 | 0 | 111010 | 100011101 | 111111 | 11001 |
Color Harmonies of #56186A
Complementary color
Monochromatic Colors of #56186A
Black with #56186A
Text Example
Text Example
White with #56186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56186A; }
p { color: rgb(86,24,106); }
H1.HeaderClassName
{
color: #56186A;
}
.AnyTagClassName
{
color: #56186A;
}
</style>
background-color css
<style>
a { background-color: #56186A; }
a { background-color: rgb(86,24,106); }
div.DivClassName
{
background-color: #56186A;
}
.BgClassName
{
background-color: #56186A;
}
</style>
border-color css
<style>
span { border-color: #56186A; }
span { border-color: rgb(86,24,106); }
td.TdClassName
{
border-color: #56186A;
}
.TagClassName
{
border-color: #56186A;
}
</style>