Shades of Scarlet Gum #551165
Tints of Scarlet Gum #551165
RGB
CMYK
RGB Variations
Color information
#551165 (or 0x551165) is known color: Scarlet Gum. HEX triplet: 55, 11 and 65. RGB value is (85,17,101). Sum of RGB (Red+Green+Blue) = 85+17+101=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #551165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551165 is #AAEE9A. Grayscale: #2E2E2E. Windows color (decimal): -11202203 or 6623573. OLE color: 6623573.
HSL color Cylindrical-coordinate representation of color #551165: hue angle of 288.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551165 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 17 | 101 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.60 |
| HSL | 288.57º | 0.71% | 0.23% | - |
| HSV(B) | 288.57º | 0.83% | 0.4% | - |
| XYZ | 6.3 | 3.27 | 12.61 | - |
| YUV | 46.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 101 | 0.16 | 0.83 | 0 | 0.60 | 288.57 | 0.71 | 0.23 |
| Hex | 55 | 11 | 65 | 10 | 53 | 0 | 3C | 121 | 47 | 17 |
| Octal | 125 | 21 | 145 | 20 | 123 | 0 | 74 | 441 | 107 | 27 |
| Binary | 1010101 | 10001 | 1100101 | 10000 | 1010011 | 0 | 111100 | 100100001 | 1000111 | 10111 |
Color Harmonies of #551165
Complementary color
Monochromatic Colors of #551165
Black with #551165
Text Example
Text Example
White with #551165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551165; }
p { color: rgb(85,17,101); }
H1.HeaderClassName
{
color: #551165;
}
.AnyTagClassName
{
color: #551165;
}
</style>
background-color css
<style>
a { background-color: #551165; }
a { background-color: rgb(85,17,101); }
div.DivClassName
{
background-color: #551165;
}
.BgClassName
{
background-color: #551165;
}
</style>
border-color css
<style>
span { border-color: #551165; }
span { border-color: rgb(85,17,101); }
td.TdClassName
{
border-color: #551165;
}
.TagClassName
{
border-color: #551165;
}
</style>