Shades of Scarlet Gum #512061
Tints of Scarlet Gum #512061
RGB
CMYK
RGB Variations
Color information
#512061 (or 0x512061) is known color: Scarlet Gum. HEX triplet: 51, 20 and 61. RGB value is (81,32,97). Sum of RGB (Red+Green+Blue) = 81+32+97=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #512061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512061 is #AEDF9E. Grayscale: #353535. Windows color (decimal): -11460511 or 6365265. OLE color: 6365265.
HSL color Cylindrical-coordinate representation of color #512061: hue angle of 285.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512061 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 32 | 97 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.62 |
| HSL | 285.23º | 0.5% | 0.25% | - |
| HSV(B) | 285.23º | 0.67% | 0.38% | - |
| XYZ | 6.07 | 3.65 | 11.69 | - |
| YUV | 54.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 97 | 0.16 | 0.67 | 0 | 0.62 | 285.23 | 0.5 | 0.25 |
| Hex | 51 | 20 | 61 | 10 | 43 | 0 | 3E | 11D | 32 | 19 |
| Octal | 121 | 40 | 141 | 20 | 103 | 0 | 76 | 435 | 62 | 31 |
| Binary | 1010001 | 100000 | 1100001 | 10000 | 1000011 | 0 | 111110 | 100011101 | 110010 | 11001 |
Color Harmonies of #512061
Complementary color
Monochromatic Colors of #512061
Black with #512061
Text Example
Text Example
White with #512061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512061; }
p { color: rgb(81,32,97); }
H1.HeaderClassName
{
color: #512061;
}
.AnyTagClassName
{
color: #512061;
}
</style>
background-color css
<style>
a { background-color: #512061; }
a { background-color: rgb(81,32,97); }
div.DivClassName
{
background-color: #512061;
}
.BgClassName
{
background-color: #512061;
}
</style>
border-color css
<style>
span { border-color: #512061; }
span { border-color: rgb(81,32,97); }
td.TdClassName
{
border-color: #512061;
}
.TagClassName
{
border-color: #512061;
}
</style>