Shades of Scarlet Gum #562563
Tints of Scarlet Gum #562563
RGB
CMYK
RGB Variations
Color information
#562563 (or 0x562563) is known color: Scarlet Gum. HEX triplet: 56, 25 and 63. RGB value is (86,37,99). Sum of RGB (Red+Green+Blue) = 86+37+99=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #562563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562563 is #A9DA9C. Grayscale: #3A3A3A. Windows color (decimal): -11131549 or 6497622. OLE color: 6497622.
HSL color Cylindrical-coordinate representation of color #562563: hue angle of 287.42º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562563 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 37 | 99 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.61 |
| HSL | 287.42º | 0.46% | 0.27% | - |
| HSV(B) | 287.42º | 0.63% | 0.39% | - |
| XYZ | 6.75 | 4.2 | 12.26 | - |
| YUV | 58.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 99 | 0.13 | 0.63 | 0 | 0.61 | 287.42 | 0.46 | 0.27 |
| Hex | 56 | 25 | 63 | D | 3F | 0 | 3D | 11F | 2E | 1B |
| Octal | 126 | 45 | 143 | 15 | 77 | 0 | 75 | 437 | 56 | 33 |
| Binary | 1010110 | 100101 | 1100011 | 1101 | 111111 | 0 | 111101 | 100011111 | 101110 | 11011 |
Color Harmonies of #562563
Complementary color
Monochromatic Colors of #562563
Black with #562563
Text Example
Text Example
White with #562563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562563; }
p { color: rgb(86,37,99); }
H1.HeaderClassName
{
color: #562563;
}
.AnyTagClassName
{
color: #562563;
}
</style>
background-color css
<style>
a { background-color: #562563; }
a { background-color: rgb(86,37,99); }
div.DivClassName
{
background-color: #562563;
}
.BgClassName
{
background-color: #562563;
}
</style>
border-color css
<style>
span { border-color: #562563; }
span { border-color: rgb(86,37,99); }
td.TdClassName
{
border-color: #562563;
}
.TagClassName
{
border-color: #562563;
}
</style>