Shades of Scarlet Gum #511164
Tints of Scarlet Gum #511164
RGB
CMYK
RGB Variations
Color information
#511164 (or 0x511164) is known color: Scarlet Gum. HEX triplet: 51, 11 and 64. RGB value is (81,17,100). Sum of RGB (Red+Green+Blue) = 81+17+100=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #511164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511164 is #AEEE9B. Grayscale: #2D2D2D. Windows color (decimal): -11464348 or 6558033. OLE color: 6558033.
HSL color Cylindrical-coordinate representation of color #511164: hue angle of 286.27º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511164 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 17 | 100 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.61 |
| HSL | 286.27º | 0.71% | 0.23% | - |
| HSV(B) | 286.27º | 0.83% | 0.39% | - |
| XYZ | 5.89 | 3.07 | 12.34 | - |
| YUV | 45.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 100 | 0.19 | 0.83 | 0 | 0.61 | 286.27 | 0.71 | 0.23 |
| Hex | 51 | 11 | 64 | 13 | 53 | 0 | 3D | 11E | 47 | 17 |
| Octal | 121 | 21 | 144 | 23 | 123 | 0 | 75 | 436 | 107 | 27 |
| Binary | 1010001 | 10001 | 1100100 | 10011 | 1010011 | 0 | 111101 | 100011110 | 1000111 | 10111 |
Color Harmonies of #511164
Complementary color
Monochromatic Colors of #511164
Black with #511164
Text Example
Text Example
White with #511164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511164; }
p { color: rgb(81,17,100); }
H1.HeaderClassName
{
color: #511164;
}
.AnyTagClassName
{
color: #511164;
}
</style>
background-color css
<style>
a { background-color: #511164; }
a { background-color: rgb(81,17,100); }
div.DivClassName
{
background-color: #511164;
}
.BgClassName
{
background-color: #511164;
}
</style>
border-color css
<style>
span { border-color: #511164; }
span { border-color: rgb(81,17,100); }
td.TdClassName
{
border-color: #511164;
}
.TagClassName
{
border-color: #511164;
}
</style>