Shades of Scarlet Gum #562164
Tints of Scarlet Gum #562164
RGB
CMYK
RGB Variations
Color information
#562164 (or 0x562164) is known color: Scarlet Gum. HEX triplet: 56, 21 and 64. RGB value is (86,33,100). Sum of RGB (Red+Green+Blue) = 86+33+100=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #562164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562164 is #A9DE9B. Grayscale: #383838. Windows color (decimal): -11132572 or 6562134. OLE color: 6562134.
HSL color Cylindrical-coordinate representation of color #562164: hue angle of 287.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562164 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 33 | 100 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.61 |
| HSL | 287.46º | 0.5% | 0.26% | - |
| HSV(B) | 287.46º | 0.67% | 0.39% | - |
| XYZ | 6.68 | 3.99 | 12.47 | - |
| YUV | 56.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 100 | 0.14 | 0.67 | 0 | 0.61 | 287.46 | 0.5 | 0.26 |
| Hex | 56 | 21 | 64 | E | 43 | 0 | 3D | 11F | 32 | 1A |
| Octal | 126 | 41 | 144 | 16 | 103 | 0 | 75 | 437 | 62 | 32 |
| Binary | 1010110 | 100001 | 1100100 | 1110 | 1000011 | 0 | 111101 | 100011111 | 110010 | 11010 |
Color Harmonies of #562164
Complementary color
Monochromatic Colors of #562164
Black with #562164
Text Example
Text Example
White with #562164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562164; }
p { color: rgb(86,33,100); }
H1.HeaderClassName
{
color: #562164;
}
.AnyTagClassName
{
color: #562164;
}
</style>
background-color css
<style>
a { background-color: #562164; }
a { background-color: rgb(86,33,100); }
div.DivClassName
{
background-color: #562164;
}
.BgClassName
{
background-color: #562164;
}
</style>
border-color css
<style>
span { border-color: #562164; }
span { border-color: rgb(86,33,100); }
td.TdClassName
{
border-color: #562164;
}
.TagClassName
{
border-color: #562164;
}
</style>