Shades of Scarlet Gum #56136A
Tints of Scarlet Gum #56136A
RGB
CMYK
RGB Variations
Color information
#56136A (or 0x56136A) is known color: Scarlet Gum. HEX triplet: 56, 13 and 6A. RGB value is (86,19,106). Sum of RGB (Red+Green+Blue) = 86+19+106=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #56136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136A is #A9EC95. Grayscale: #303030. Windows color (decimal): -11136150 or 6951766. OLE color: 6951766.
HSL color Cylindrical-coordinate representation of color #56136A: hue angle of 286.21º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56136A is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 19 | 106 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.58 |
| HSL | 286.21º | 0.7% | 0.25% | - |
| HSV(B) | 286.21º | 0.82% | 0.42% | - |
| XYZ | 6.67 | 3.48 | 13.96 | - |
| YUV | 48.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 106 | 0.19 | 0.82 | 0 | 0.58 | 286.21 | 0.7 | 0.25 |
| Hex | 56 | 13 | 6A | 13 | 52 | 0 | 3A | 11E | 46 | 19 |
| Octal | 126 | 23 | 152 | 23 | 122 | 0 | 72 | 436 | 106 | 31 |
| Binary | 1010110 | 10011 | 1101010 | 10011 | 1010010 | 0 | 111010 | 100011110 | 1000110 | 11001 |
Color Harmonies of #56136A
Complementary color
Monochromatic Colors of #56136A
Black with #56136A
Text Example
Text Example
White with #56136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56136A; }
p { color: rgb(86,19,106); }
H1.HeaderClassName
{
color: #56136A;
}
.AnyTagClassName
{
color: #56136A;
}
</style>
background-color css
<style>
a { background-color: #56136A; }
a { background-color: rgb(86,19,106); }
div.DivClassName
{
background-color: #56136A;
}
.BgClassName
{
background-color: #56136A;
}
</style>
border-color css
<style>
span { border-color: #56136A; }
span { border-color: rgb(86,19,106); }
td.TdClassName
{
border-color: #56136A;
}
.TagClassName
{
border-color: #56136A;
}
</style>