Shades of Scarlet Gum #512261
Tints of Scarlet Gum #512261
RGB
CMYK
RGB Variations
Color information
#512261 (or 0x512261) is known color: Scarlet Gum. HEX triplet: 51, 22 and 61. RGB value is (81,34,97). Sum of RGB (Red+Green+Blue) = 81+34+97=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #512261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512261 is #AEDD9E. Grayscale: #373737. Windows color (decimal): -11459999 or 6365777. OLE color: 6365777.
HSL color Cylindrical-coordinate representation of color #512261: hue angle of 284.76º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512261 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 34 | 97 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.62 |
| HSL | 284.76º | 0.48% | 0.26% | - |
| HSV(B) | 284.76º | 0.65% | 0.38% | - |
| XYZ | 6.12 | 3.76 | 11.71 | - |
| YUV | 55.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 97 | 0.16 | 0.65 | 0 | 0.62 | 284.76 | 0.48 | 0.26 |
| Hex | 51 | 22 | 61 | 10 | 41 | 0 | 3E | 11D | 30 | 1A |
| Octal | 121 | 42 | 141 | 20 | 101 | 0 | 76 | 435 | 60 | 32 |
| Binary | 1010001 | 100010 | 1100001 | 10000 | 1000001 | 0 | 111110 | 100011101 | 110000 | 11010 |
Color Harmonies of #512261
Complementary color
Monochromatic Colors of #512261
Black with #512261
Text Example
Text Example
White with #512261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512261; }
p { color: rgb(81,34,97); }
H1.HeaderClassName
{
color: #512261;
}
.AnyTagClassName
{
color: #512261;
}
</style>
background-color css
<style>
a { background-color: #512261; }
a { background-color: rgb(81,34,97); }
div.DivClassName
{
background-color: #512261;
}
.BgClassName
{
background-color: #512261;
}
</style>
border-color css
<style>
span { border-color: #512261; }
span { border-color: rgb(81,34,97); }
td.TdClassName
{
border-color: #512261;
}
.TagClassName
{
border-color: #512261;
}
</style>