Shades of Scarlet Gum #511C66
Tints of Scarlet Gum #511C66
RGB
CMYK
RGB Variations
Color information
#511C66 (or 0x511C66) is known color: Scarlet Gum. HEX triplet: 51, 1C and 66. RGB value is (81,28,102). Sum of RGB (Red+Green+Blue) = 81+28+102=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #511C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C66 is #AEE399. Grayscale: #343434. Windows color (decimal): -11461530 or 6691921. OLE color: 6691921.
HSL color Cylindrical-coordinate representation of color #511C66: hue angle of 282.97º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511C66 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 28 | 102 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.6 |
| HSL | 282.97º | 0.57% | 0.25% | - |
| HSV(B) | 282.97º | 0.73% | 0.4% | - |
| XYZ | 6.21 | 3.54 | 12.93 | - |
| YUV | 52.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 102 | 0.21 | 0.73 | 0 | 0.6 | 282.97 | 0.57 | 0.25 |
| Hex | 51 | 1C | 66 | 15 | 49 | 0 | 3C | 11B | 39 | 19 |
| Octal | 121 | 34 | 146 | 25 | 111 | 0 | 74 | 433 | 71 | 31 |
| Binary | 1010001 | 11100 | 1100110 | 10101 | 1001001 | 0 | 111100 | 100011011 | 111001 | 11001 |
Color Harmonies of #511C66
Complementary color
Monochromatic Colors of #511C66
Black with #511C66
Text Example
Text Example
White with #511C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C66; }
p { color: rgb(81,28,102); }
H1.HeaderClassName
{
color: #511C66;
}
.AnyTagClassName
{
color: #511C66;
}
</style>
background-color css
<style>
a { background-color: #511C66; }
a { background-color: rgb(81,28,102); }
div.DivClassName
{
background-color: #511C66;
}
.BgClassName
{
background-color: #511C66;
}
</style>
border-color css
<style>
span { border-color: #511C66; }
span { border-color: rgb(81,28,102); }
td.TdClassName
{
border-color: #511C66;
}
.TagClassName
{
border-color: #511C66;
}
</style>