Shades of Scarlet Gum #513A5F
Tints of Scarlet Gum #513A5F
RGB
CMYK
RGB Variations
Color information
#513A5F (or 0x513A5F) is known color: Scarlet Gum. HEX triplet: 51, 3A and 5F. RGB value is (81,58,95). Sum of RGB (Red+Green+Blue) = 81+58+95=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #513A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A5F is #AEC5A0. Grayscale: #444444. Windows color (decimal): -11453857 or 6240849. OLE color: 6240849.
HSL color Cylindrical-coordinate representation of color #513A5F: hue angle of 277.3º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513A5F is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 58 | 95 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.63 |
| HSL | 277.3º | 0.24% | 0.3% | - |
| HSV(B) | 277.3º | 0.39% | 0.37% | - |
| XYZ | 6.97 | 5.6 | 11.54 | - |
| YUV | 69.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 95 | 0.15 | 0.39 | 0 | 0.63 | 277.3 | 0.24 | 0.3 |
| Hex | 51 | 3A | 5F | F | 27 | 0 | 3F | 115 | 18 | 1E |
| Octal | 121 | 72 | 137 | 17 | 47 | 0 | 77 | 425 | 30 | 36 |
| Binary | 1010001 | 111010 | 1011111 | 1111 | 100111 | 0 | 111111 | 100010101 | 11000 | 11110 |
Color Harmonies of #513A5F
Complementary color
Monochromatic Colors of #513A5F
Black with #513A5F
Text Example
Text Example
White with #513A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A5F; }
p { color: rgb(81,58,95); }
H1.HeaderClassName
{
color: #513A5F;
}
.AnyTagClassName
{
color: #513A5F;
}
</style>
background-color css
<style>
a { background-color: #513A5F; }
a { background-color: rgb(81,58,95); }
div.DivClassName
{
background-color: #513A5F;
}
.BgClassName
{
background-color: #513A5F;
}
</style>
border-color css
<style>
span { border-color: #513A5F; }
span { border-color: rgb(81,58,95); }
td.TdClassName
{
border-color: #513A5F;
}
.TagClassName
{
border-color: #513A5F;
}
</style>