Shades of Scarlet Gum #562D62
Tints of Scarlet Gum #562D62
RGB
CMYK
RGB Variations
Color information
#562D62 (or 0x562D62) is known color: Scarlet Gum. HEX triplet: 56, 2D and 62. RGB value is (86,45,98). Sum of RGB (Red+Green+Blue) = 86+45+98=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #562D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D62 is #A9D29D. Grayscale: #3F3F3F. Windows color (decimal): -11129502 or 6434134. OLE color: 6434134.
HSL color Cylindrical-coordinate representation of color #562D62: hue angle of 286.42º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #562D62 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 45 | 98 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.62 |
| HSL | 286.42º | 0.37% | 0.28% | - |
| HSV(B) | 286.42º | 0.54% | 0.38% | - |
| XYZ | 6.98 | 4.74 | 12.1 | - |
| YUV | 63.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 98 | 0.12 | 0.54 | 0 | 0.62 | 286.42 | 0.37 | 0.28 |
| Hex | 56 | 2D | 62 | C | 36 | 0 | 3E | 11E | 25 | 1C |
| Octal | 126 | 55 | 142 | 14 | 66 | 0 | 76 | 436 | 45 | 34 |
| Binary | 1010110 | 101101 | 1100010 | 1100 | 110110 | 0 | 111110 | 100011110 | 100101 | 11100 |
Color Harmonies of #562D62
Complementary color
Monochromatic Colors of #562D62
Black with #562D62
Text Example
Text Example
White with #562D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D62; }
p { color: rgb(86,45,98); }
H1.HeaderClassName
{
color: #562D62;
}
.AnyTagClassName
{
color: #562D62;
}
</style>
background-color css
<style>
a { background-color: #562D62; }
a { background-color: rgb(86,45,98); }
div.DivClassName
{
background-color: #562D62;
}
.BgClassName
{
background-color: #562D62;
}
</style>
border-color css
<style>
span { border-color: #562D62; }
span { border-color: rgb(86,45,98); }
td.TdClassName
{
border-color: #562D62;
}
.TagClassName
{
border-color: #562D62;
}
</style>