Shades of Scarlet Gum #512561
Tints of Scarlet Gum #512561
RGB
CMYK
RGB Variations
Color information
#512561 (or 0x512561) is known color: Scarlet Gum. HEX triplet: 51, 25 and 61. RGB value is (81,37,97). Sum of RGB (Red+Green+Blue) = 81+37+97=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #512561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512561 is #AEDA9E. Grayscale: #383838. Windows color (decimal): -11459231 or 6366545. OLE color: 6366545.
HSL color Cylindrical-coordinate representation of color #512561: hue angle of 284º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512561 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 37 | 97 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.62 |
| HSL | 284º | 0.45% | 0.26% | - |
| HSV(B) | 284º | 0.62% | 0.38% | - |
| XYZ | 6.21 | 3.94 | 11.74 | - |
| YUV | 57 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 97 | 0.16 | 0.62 | 0 | 0.62 | 284 | 0.45 | 0.26 |
| Hex | 51 | 25 | 61 | 10 | 3E | 0 | 3E | 11C | 2D | 1A |
| Octal | 121 | 45 | 141 | 20 | 76 | 0 | 76 | 434 | 55 | 32 |
| Binary | 1010001 | 100101 | 1100001 | 10000 | 111110 | 0 | 111110 | 100011100 | 101101 | 11010 |
Color Harmonies of #512561
Complementary color
Monochromatic Colors of #512561
Black with #512561
Text Example
Text Example
White with #512561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512561; }
p { color: rgb(81,37,97); }
H1.HeaderClassName
{
color: #512561;
}
.AnyTagClassName
{
color: #512561;
}
</style>
background-color css
<style>
a { background-color: #512561; }
a { background-color: rgb(81,37,97); }
div.DivClassName
{
background-color: #512561;
}
.BgClassName
{
background-color: #512561;
}
</style>
border-color css
<style>
span { border-color: #512561; }
span { border-color: rgb(81,37,97); }
td.TdClassName
{
border-color: #512561;
}
.TagClassName
{
border-color: #512561;
}
</style>