Shades of Scarlet Gum #511C68
Tints of Scarlet Gum #511C68
RGB
CMYK
RGB Variations
Color information
#511C68 (or 0x511C68) is known color: Scarlet Gum. HEX triplet: 51, 1C and 68. RGB value is (81,28,104). Sum of RGB (Red+Green+Blue) = 81+28+104=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #511C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C68 is #AEE397. Grayscale: #343434. Windows color (decimal): -11461528 or 6822993. OLE color: 6822993.
HSL color Cylindrical-coordinate representation of color #511C68: hue angle of 281.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511C68 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 28 | 104 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.59 |
| HSL | 281.84º | 0.58% | 0.26% | - |
| HSV(B) | 281.84º | 0.73% | 0.41% | - |
| XYZ | 6.31 | 3.58 | 13.46 | - |
| YUV | 52.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 104 | 0.22 | 0.73 | 0 | 0.59 | 281.84 | 0.58 | 0.26 |
| Hex | 51 | 1C | 68 | 16 | 49 | 0 | 3B | 11A | 3A | 1A |
| Octal | 121 | 34 | 150 | 26 | 111 | 0 | 73 | 432 | 72 | 32 |
| Binary | 1010001 | 11100 | 1101000 | 10110 | 1001001 | 0 | 111011 | 100011010 | 111010 | 11010 |
Color Harmonies of #511C68
Complementary color
Monochromatic Colors of #511C68
Black with #511C68
Text Example
Text Example
White with #511C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C68; }
p { color: rgb(81,28,104); }
H1.HeaderClassName
{
color: #511C68;
}
.AnyTagClassName
{
color: #511C68;
}
</style>
background-color css
<style>
a { background-color: #511C68; }
a { background-color: rgb(81,28,104); }
div.DivClassName
{
background-color: #511C68;
}
.BgClassName
{
background-color: #511C68;
}
</style>
border-color css
<style>
span { border-color: #511C68; }
span { border-color: rgb(81,28,104); }
td.TdClassName
{
border-color: #511C68;
}
.TagClassName
{
border-color: #511C68;
}
</style>