Shades of Scarlet Gum #563162
Tints of Scarlet Gum #563162
RGB
CMYK
RGB Variations
Color information
#563162 (or 0x563162) is known color: Scarlet Gum. HEX triplet: 56, 31 and 62. RGB value is (86,49,98). Sum of RGB (Red+Green+Blue) = 86+49+98=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #563162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563162 is #A9CE9D. Grayscale: #414141. Windows color (decimal): -11128478 or 6435158. OLE color: 6435158.
HSL color Cylindrical-coordinate representation of color #563162: hue angle of 285.31º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563162 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 49 | 98 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.62 |
| HSL | 285.31º | 0.33% | 0.29% | - |
| HSV(B) | 285.31º | 0.5% | 0.38% | - |
| XYZ | 7.14 | 5.06 | 12.16 | - |
| YUV | 65.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 98 | 0.12 | 0.5 | 0 | 0.62 | 285.31 | 0.33 | 0.29 |
| Hex | 56 | 31 | 62 | C | 32 | 0 | 3E | 11D | 21 | 1D |
| Octal | 126 | 61 | 142 | 14 | 62 | 0 | 76 | 435 | 41 | 35 |
| Binary | 1010110 | 110001 | 1100010 | 1100 | 110010 | 0 | 111110 | 100011101 | 100001 | 11101 |
Color Harmonies of #563162
Complementary color
Monochromatic Colors of #563162
Black with #563162
Text Example
Text Example
White with #563162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563162; }
p { color: rgb(86,49,98); }
H1.HeaderClassName
{
color: #563162;
}
.AnyTagClassName
{
color: #563162;
}
</style>
background-color css
<style>
a { background-color: #563162; }
a { background-color: rgb(86,49,98); }
div.DivClassName
{
background-color: #563162;
}
.BgClassName
{
background-color: #563162;
}
</style>
border-color css
<style>
span { border-color: #563162; }
span { border-color: rgb(86,49,98); }
td.TdClassName
{
border-color: #563162;
}
.TagClassName
{
border-color: #563162;
}
</style>