Shades of Scarlet Gum #513A5C
Tints of Scarlet Gum #513A5C
RGB
CMYK
RGB Variations
Color information
#513A5C (or 0x513A5C) is known color: Scarlet Gum. HEX triplet: 51, 3A and 5C. RGB value is (81,58,92). Sum of RGB (Red+Green+Blue) = 81+58+92=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #513A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A5C is #AEC5A3. Grayscale: #444444. Windows color (decimal): -11453860 or 6044241. OLE color: 6044241.
HSL color Cylindrical-coordinate representation of color #513A5C: hue angle of 280.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513A5C is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 58 | 92 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.64 |
| HSL | 280.59º | 0.23% | 0.29% | - |
| HSV(B) | 280.59º | 0.37% | 0.36% | - |
| XYZ | 6.84 | 5.55 | 10.84 | - |
| YUV | 68.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 92 | 0.12 | 0.37 | 0 | 0.64 | 280.59 | 0.23 | 0.29 |
| Hex | 51 | 3A | 5C | C | 25 | 0 | 40 | 119 | 17 | 1D |
| Octal | 121 | 72 | 134 | 14 | 45 | 0 | 100 | 431 | 27 | 35 |
| Binary | 1010001 | 111010 | 1011100 | 1100 | 100101 | 0 | 1000000 | 100011001 | 10111 | 11101 |
Color Harmonies of #513A5C
Complementary color
Monochromatic Colors of #513A5C
Black with #513A5C
Text Example
Text Example
White with #513A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A5C; }
p { color: rgb(81,58,92); }
H1.HeaderClassName
{
color: #513A5C;
}
.AnyTagClassName
{
color: #513A5C;
}
</style>
background-color css
<style>
a { background-color: #513A5C; }
a { background-color: rgb(81,58,92); }
div.DivClassName
{
background-color: #513A5C;
}
.BgClassName
{
background-color: #513A5C;
}
</style>
border-color css
<style>
span { border-color: #513A5C; }
span { border-color: rgb(81,58,92); }
td.TdClassName
{
border-color: #513A5C;
}
.TagClassName
{
border-color: #513A5C;
}
</style>