Shades of Scarlet Gum #514159
Tints of Scarlet Gum #514159
RGB
CMYK
RGB Variations
Color information
#514159 (or 0x514159) is known color: Scarlet Gum. HEX triplet: 51, 41 and 59. RGB value is (81,65,89). Sum of RGB (Red+Green+Blue) = 81+65+89=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #514159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514159 is #AEBEA6. Grayscale: #484848. Windows color (decimal): -11452071 or 5849425. OLE color: 5849425.
HSL color Cylindrical-coordinate representation of color #514159: hue angle of 280º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514159 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 65 | 89 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.65 |
| HSL | 280º | 0.16% | 0.3% | - |
| HSV(B) | 280º | 0.27% | 0.35% | - |
| XYZ | 7.09 | 6.25 | 10.28 | - |
| YUV | 72.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 89 | 0.09 | 0.27 | 0 | 0.65 | 280 | 0.16 | 0.3 |
| Hex | 51 | 41 | 59 | 9 | 1B | 0 | 41 | 118 | 10 | 1E |
| Octal | 121 | 101 | 131 | 11 | 33 | 0 | 101 | 430 | 20 | 36 |
| Binary | 1010001 | 1000001 | 1011001 | 1001 | 11011 | 0 | 1000001 | 100011000 | 10000 | 11110 |
Color Harmonies of #514159
Complementary color
Monochromatic Colors of #514159
Black with #514159
Text Example
Text Example
White with #514159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514159; }
p { color: rgb(81,65,89); }
H1.HeaderClassName
{
color: #514159;
}
.AnyTagClassName
{
color: #514159;
}
</style>
background-color css
<style>
a { background-color: #514159; }
a { background-color: rgb(81,65,89); }
div.DivClassName
{
background-color: #514159;
}
.BgClassName
{
background-color: #514159;
}
</style>
border-color css
<style>
span { border-color: #514159; }
span { border-color: rgb(81,65,89); }
td.TdClassName
{
border-color: #514159;
}
.TagClassName
{
border-color: #514159;
}
</style>