Shades of Scarlet Gum #561765
Tints of Scarlet Gum #561765
RGB
CMYK
RGB Variations
Color information
#561765 (or 0x561765) is known color: Scarlet Gum. HEX triplet: 56, 17 and 65. RGB value is (86,23,101). Sum of RGB (Red+Green+Blue) = 86+23+101=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #561765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561765 is #A9E89A. Grayscale: #323232. Windows color (decimal): -11135131 or 6625110. OLE color: 6625110.
HSL color Cylindrical-coordinate representation of color #561765: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561765 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 23 | 101 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.60 |
| HSL | 288.46º | 0.63% | 0.24% | - |
| HSV(B) | 288.46º | 0.77% | 0.4% | - |
| XYZ | 6.49 | 3.53 | 12.65 | - |
| YUV | 50.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 101 | 0.15 | 0.77 | 0 | 0.60 | 288.46 | 0.63 | 0.24 |
| Hex | 56 | 17 | 65 | F | 4D | 0 | 3C | 120 | 3F | 18 |
| Octal | 126 | 27 | 145 | 17 | 115 | 0 | 74 | 440 | 77 | 30 |
| Binary | 1010110 | 10111 | 1100101 | 1111 | 1001101 | 0 | 111100 | 100100000 | 111111 | 11000 |
Color Harmonies of #561765
Complementary color
Monochromatic Colors of #561765
Black with #561765
Text Example
Text Example
White with #561765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561765; }
p { color: rgb(86,23,101); }
H1.HeaderClassName
{
color: #561765;
}
.AnyTagClassName
{
color: #561765;
}
</style>
background-color css
<style>
a { background-color: #561765; }
a { background-color: rgb(86,23,101); }
div.DivClassName
{
background-color: #561765;
}
.BgClassName
{
background-color: #561765;
}
</style>
border-color css
<style>
span { border-color: #561765; }
span { border-color: rgb(86,23,101); }
td.TdClassName
{
border-color: #561765;
}
.TagClassName
{
border-color: #561765;
}
</style>