Shades of Scarlet Gum #511166
Tints of Scarlet Gum #511166
RGB
CMYK
RGB Variations
Color information
#511166 (or 0x511166) is known color: Scarlet Gum. HEX triplet: 51, 11 and 66. RGB value is (81,17,102). Sum of RGB (Red+Green+Blue) = 81+17+102=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #511166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511166 is #AEEE99. Grayscale: #2D2D2D. Windows color (decimal): -11464346 or 6689105. OLE color: 6689105.
HSL color Cylindrical-coordinate representation of color #511166: hue angle of 285.18º 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 #511166 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 17 | 102 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.6 |
| HSL | 285.18º | 0.71% | 0.23% | - |
| HSV(B) | 285.18º | 0.83% | 0.4% | - |
| XYZ | 5.99 | 3.11 | 12.85 | - |
| YUV | 45.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 102 | 0.21 | 0.83 | 0 | 0.6 | 285.18 | 0.71 | 0.23 |
| Hex | 51 | 11 | 66 | 15 | 53 | 0 | 3C | 11D | 47 | 17 |
| Octal | 121 | 21 | 146 | 25 | 123 | 0 | 74 | 435 | 107 | 27 |
| Binary | 1010001 | 10001 | 1100110 | 10101 | 1010011 | 0 | 111100 | 100011101 | 1000111 | 10111 |
Color Harmonies of #511166
Complementary color
Monochromatic Colors of #511166
Black with #511166
Text Example
Text Example
White with #511166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511166; }
p { color: rgb(81,17,102); }
H1.HeaderClassName
{
color: #511166;
}
.AnyTagClassName
{
color: #511166;
}
</style>
background-color css
<style>
a { background-color: #511166; }
a { background-color: rgb(81,17,102); }
div.DivClassName
{
background-color: #511166;
}
.BgClassName
{
background-color: #511166;
}
</style>
border-color css
<style>
span { border-color: #511166; }
span { border-color: rgb(81,17,102); }
td.TdClassName
{
border-color: #511166;
}
.TagClassName
{
border-color: #511166;
}
</style>