Shades of Scarlet Gum #512F5B
Tints of Scarlet Gum #512F5B
RGB
CMYK
RGB Variations
Color information
#512F5B (or 0x512F5B) is known color: Scarlet Gum. HEX triplet: 51, 2F and 5B. RGB value is (81,47,91). Sum of RGB (Red+Green+Blue) = 81+47+91=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #512F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F5B is #AED0A4. Grayscale: #3E3E3E. Windows color (decimal): -11456677 or 5975889. OLE color: 5975889.
HSL color Cylindrical-coordinate representation of color #512F5B: hue angle of 286.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512F5B is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 47 | 91 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.64 |
| HSL | 286.36º | 0.32% | 0.27% | - |
| HSV(B) | 286.36º | 0.48% | 0.36% | - |
| XYZ | 6.3 | 4.54 | 10.44 | - |
| YUV | 62.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 91 | 0.11 | 0.48 | 0 | 0.64 | 286.36 | 0.32 | 0.27 |
| Hex | 51 | 2F | 5B | B | 30 | 0 | 40 | 11E | 20 | 1B |
| Octal | 121 | 57 | 133 | 13 | 60 | 0 | 100 | 436 | 40 | 33 |
| Binary | 1010001 | 101111 | 1011011 | 1011 | 110000 | 0 | 1000000 | 100011110 | 100000 | 11011 |
Color Harmonies of #512F5B
Complementary color
Monochromatic Colors of #512F5B
Black with #512F5B
Text Example
Text Example
White with #512F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F5B; }
p { color: rgb(81,47,91); }
H1.HeaderClassName
{
color: #512F5B;
}
.AnyTagClassName
{
color: #512F5B;
}
</style>
background-color css
<style>
a { background-color: #512F5B; }
a { background-color: rgb(81,47,91); }
div.DivClassName
{
background-color: #512F5B;
}
.BgClassName
{
background-color: #512F5B;
}
</style>
border-color css
<style>
span { border-color: #512F5B; }
span { border-color: rgb(81,47,91); }
td.TdClassName
{
border-color: #512F5B;
}
.TagClassName
{
border-color: #512F5B;
}
</style>