Shades of Scarlet Gum #562366
Tints of Scarlet Gum #562366
RGB
CMYK
RGB Variations
Color information
#562366 (or 0x562366) is known color: Scarlet Gum. HEX triplet: 56, 23 and 66. RGB value is (86,35,102). Sum of RGB (Red+Green+Blue) = 86+35+102=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #562366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562366 is #A9DC99. Grayscale: #393939. Windows color (decimal): -11132058 or 6693718. OLE color: 6693718.
HSL color Cylindrical-coordinate representation of color #562366: hue angle of 285.67º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #562366 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 35 | 102 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.6 |
| HSL | 285.67º | 0.49% | 0.27% | - |
| HSV(B) | 285.67º | 0.66% | 0.4% | - |
| XYZ | 6.84 | 4.14 | 13.01 | - |
| YUV | 57.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 102 | 0.16 | 0.66 | 0 | 0.6 | 285.67 | 0.49 | 0.27 |
| Hex | 56 | 23 | 66 | 10 | 42 | 0 | 3C | 11E | 31 | 1B |
| Octal | 126 | 43 | 146 | 20 | 102 | 0 | 74 | 436 | 61 | 33 |
| Binary | 1010110 | 100011 | 1100110 | 10000 | 1000010 | 0 | 111100 | 100011110 | 110001 | 11011 |
Color Harmonies of #562366
Complementary color
Monochromatic Colors of #562366
Black with #562366
Text Example
Text Example
White with #562366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562366; }
p { color: rgb(86,35,102); }
H1.HeaderClassName
{
color: #562366;
}
.AnyTagClassName
{
color: #562366;
}
</style>
background-color css
<style>
a { background-color: #562366; }
a { background-color: rgb(86,35,102); }
div.DivClassName
{
background-color: #562366;
}
.BgClassName
{
background-color: #562366;
}
</style>
border-color css
<style>
span { border-color: #562366; }
span { border-color: rgb(86,35,102); }
td.TdClassName
{
border-color: #562366;
}
.TagClassName
{
border-color: #562366;
}
</style>