Shades of Scarlet Gum #562C62
Tints of Scarlet Gum #562C62
RGB
CMYK
RGB Variations
Color information
#562C62 (or 0x562C62) is known color: Scarlet Gum. HEX triplet: 56, 2C and 62. RGB value is (86,44,98). Sum of RGB (Red+Green+Blue) = 86+44+98=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #562C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C62 is #A9D39D. Grayscale: #3E3E3E. Windows color (decimal): -11129758 or 6433878. OLE color: 6433878.
HSL color Cylindrical-coordinate representation of color #562C62: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #562C62 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 44 | 98 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.62 |
| HSL | 286.67º | 0.38% | 0.28% | - |
| HSV(B) | 286.67º | 0.55% | 0.38% | - |
| XYZ | 6.94 | 4.66 | 12.09 | - |
| YUV | 62.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 98 | 0.12 | 0.55 | 0 | 0.62 | 286.67 | 0.38 | 0.28 |
| Hex | 56 | 2C | 62 | C | 37 | 0 | 3E | 11F | 26 | 1C |
| Octal | 126 | 54 | 142 | 14 | 67 | 0 | 76 | 437 | 46 | 34 |
| Binary | 1010110 | 101100 | 1100010 | 1100 | 110111 | 0 | 111110 | 100011111 | 100110 | 11100 |
Color Harmonies of #562C62
Complementary color
Monochromatic Colors of #562C62
Black with #562C62
Text Example
Text Example
White with #562C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C62; }
p { color: rgb(86,44,98); }
H1.HeaderClassName
{
color: #562C62;
}
.AnyTagClassName
{
color: #562C62;
}
</style>
background-color css
<style>
a { background-color: #562C62; }
a { background-color: rgb(86,44,98); }
div.DivClassName
{
background-color: #562C62;
}
.BgClassName
{
background-color: #562C62;
}
</style>
border-color css
<style>
span { border-color: #562C62; }
span { border-color: rgb(86,44,98); }
td.TdClassName
{
border-color: #562C62;
}
.TagClassName
{
border-color: #562C62;
}
</style>