Shades of Scarlet Gum #562B66
Tints of Scarlet Gum #562B66
RGB
CMYK
RGB Variations
Color information
#562B66 (or 0x562B66) is known color: Scarlet Gum. HEX triplet: 56, 2B and 66. RGB value is (86,43,102). Sum of RGB (Red+Green+Blue) = 86+43+102=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #562B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B66 is #A9D499. Grayscale: #3E3E3E. Windows color (decimal): -11130010 or 6695766. OLE color: 6695766.
HSL color Cylindrical-coordinate representation of color #562B66: hue angle of 283.73º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562B66 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 43 | 102 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.6 |
| HSL | 283.73º | 0.41% | 0.28% | - |
| HSV(B) | 283.73º | 0.58% | 0.4% | - |
| XYZ | 7.1 | 4.67 | 13.1 | - |
| YUV | 62.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 102 | 0.16 | 0.58 | 0 | 0.6 | 283.73 | 0.41 | 0.28 |
| Hex | 56 | 2B | 66 | 10 | 3A | 0 | 3C | 11C | 29 | 1C |
| Octal | 126 | 53 | 146 | 20 | 72 | 0 | 74 | 434 | 51 | 34 |
| Binary | 1010110 | 101011 | 1100110 | 10000 | 111010 | 0 | 111100 | 100011100 | 101001 | 11100 |
Color Harmonies of #562B66
Complementary color
Monochromatic Colors of #562B66
Black with #562B66
Text Example
Text Example
White with #562B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B66; }
p { color: rgb(86,43,102); }
H1.HeaderClassName
{
color: #562B66;
}
.AnyTagClassName
{
color: #562B66;
}
</style>
background-color css
<style>
a { background-color: #562B66; }
a { background-color: rgb(86,43,102); }
div.DivClassName
{
background-color: #562B66;
}
.BgClassName
{
background-color: #562B66;
}
</style>
border-color css
<style>
span { border-color: #562B66; }
span { border-color: rgb(86,43,102); }
td.TdClassName
{
border-color: #562B66;
}
.TagClassName
{
border-color: #562B66;
}
</style>