Shades of Scarlet Gum #513A59
Tints of Scarlet Gum #513A59
RGB
CMYK
RGB Variations
Color information
#513A59 (or 0x513A59) is known color: Scarlet Gum. HEX triplet: 51, 3A and 59. RGB value is (81,58,89). Sum of RGB (Red+Green+Blue) = 81+58+89=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #513A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A59 is #AEC5A6. Grayscale: #444444. Windows color (decimal): -11453863 or 5847633. OLE color: 5847633.
HSL color Cylindrical-coordinate representation of color #513A59: hue angle of 284.52º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513A59 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 58 | 89 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.65 |
| HSL | 284.52º | 0.21% | 0.29% | - |
| HSV(B) | 284.52º | 0.35% | 0.35% | - |
| XYZ | 6.71 | 5.5 | 10.16 | - |
| YUV | 68.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 89 | 0.09 | 0.35 | 0 | 0.65 | 284.52 | 0.21 | 0.29 |
| Hex | 51 | 3A | 59 | 9 | 23 | 0 | 41 | 11D | 15 | 1D |
| Octal | 121 | 72 | 131 | 11 | 43 | 0 | 101 | 435 | 25 | 35 |
| Binary | 1010001 | 111010 | 1011001 | 1001 | 100011 | 0 | 1000001 | 100011101 | 10101 | 11101 |
Color Harmonies of #513A59
Complementary color
Monochromatic Colors of #513A59
Black with #513A59
Text Example
Text Example
White with #513A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A59; }
p { color: rgb(81,58,89); }
H1.HeaderClassName
{
color: #513A59;
}
.AnyTagClassName
{
color: #513A59;
}
</style>
background-color css
<style>
a { background-color: #513A59; }
a { background-color: rgb(81,58,89); }
div.DivClassName
{
background-color: #513A59;
}
.BgClassName
{
background-color: #513A59;
}
</style>
border-color css
<style>
span { border-color: #513A59; }
span { border-color: rgb(81,58,89); }
td.TdClassName
{
border-color: #513A59;
}
.TagClassName
{
border-color: #513A59;
}
</style>