Shades of Scarlet Gum #561565
Tints of Scarlet Gum #561565
RGB
CMYK
RGB Variations
Color information
#561565 (or 0x561565) is known color: Scarlet Gum. HEX triplet: 56, 15 and 65. RGB value is (86,21,101). Sum of RGB (Red+Green+Blue) = 86+21+101=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #561565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561565 is #A9EA9A. Grayscale: #313131. Windows color (decimal): -11135643 or 6624598. OLE color: 6624598.
HSL color Cylindrical-coordinate representation of color #561565: hue angle of 288.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561565 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 21 | 101 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.60 |
| HSL | 288.75º | 0.66% | 0.24% | - |
| HSV(B) | 288.75º | 0.79% | 0.4% | - |
| XYZ | 6.45 | 3.45 | 12.64 | - |
| YUV | 49.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 101 | 0.15 | 0.79 | 0 | 0.60 | 288.75 | 0.66 | 0.24 |
| Hex | 56 | 15 | 65 | F | 4F | 0 | 3C | 121 | 42 | 18 |
| Octal | 126 | 25 | 145 | 17 | 117 | 0 | 74 | 441 | 102 | 30 |
| Binary | 1010110 | 10101 | 1100101 | 1111 | 1001111 | 0 | 111100 | 100100001 | 1000010 | 11000 |
Color Harmonies of #561565
Complementary color
Monochromatic Colors of #561565
Black with #561565
Text Example
Text Example
White with #561565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561565; }
p { color: rgb(86,21,101); }
H1.HeaderClassName
{
color: #561565;
}
.AnyTagClassName
{
color: #561565;
}
</style>
background-color css
<style>
a { background-color: #561565; }
a { background-color: rgb(86,21,101); }
div.DivClassName
{
background-color: #561565;
}
.BgClassName
{
background-color: #561565;
}
</style>
border-color css
<style>
span { border-color: #561565; }
span { border-color: rgb(86,21,101); }
td.TdClassName
{
border-color: #561565;
}
.TagClassName
{
border-color: #561565;
}
</style>