Shades of Scarlet Gum #512E60
Tints of Scarlet Gum #512E60
RGB
CMYK
RGB Variations
Color information
#512E60 (or 0x512E60) is known color: Scarlet Gum. HEX triplet: 51, 2E and 60. RGB value is (81,46,96). Sum of RGB (Red+Green+Blue) = 81+46+96=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #512E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E60 is #AED19F. Grayscale: #3E3E3E. Windows color (decimal): -11456928 or 6303313. OLE color: 6303313.
HSL color Cylindrical-coordinate representation of color #512E60: hue angle of 282º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512E60 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 46 | 96 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.62 |
| HSL | 282º | 0.35% | 0.28% | - |
| HSV(B) | 282º | 0.52% | 0.38% | - |
| XYZ | 6.48 | 4.55 | 11.6 | - |
| YUV | 62.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 96 | 0.16 | 0.52 | 0 | 0.62 | 282 | 0.35 | 0.28 |
| Hex | 51 | 2E | 60 | 10 | 34 | 0 | 3E | 11A | 23 | 1C |
| Octal | 121 | 56 | 140 | 20 | 64 | 0 | 76 | 432 | 43 | 34 |
| Binary | 1010001 | 101110 | 1100000 | 10000 | 110100 | 0 | 111110 | 100011010 | 100011 | 11100 |
Color Harmonies of #512E60
Complementary color
Monochromatic Colors of #512E60
Black with #512E60
Text Example
Text Example
White with #512E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E60; }
p { color: rgb(81,46,96); }
H1.HeaderClassName
{
color: #512E60;
}
.AnyTagClassName
{
color: #512E60;
}
</style>
background-color css
<style>
a { background-color: #512E60; }
a { background-color: rgb(81,46,96); }
div.DivClassName
{
background-color: #512E60;
}
.BgClassName
{
background-color: #512E60;
}
</style>
border-color css
<style>
span { border-color: #512E60; }
span { border-color: rgb(81,46,96); }
td.TdClassName
{
border-color: #512E60;
}
.TagClassName
{
border-color: #512E60;
}
</style>