Shades of Scarlet Gum #512F61
Tints of Scarlet Gum #512F61
RGB
CMYK
RGB Variations
Color information
#512F61 (or 0x512F61) is known color: Scarlet Gum. HEX triplet: 51, 2F and 61. RGB value is (81,47,97). Sum of RGB (Red+Green+Blue) = 81+47+97=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #512F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F61 is #AED09E. Grayscale: #3E3E3E. Windows color (decimal): -11456671 or 6369105. OLE color: 6369105.
HSL color Cylindrical-coordinate representation of color #512F61: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512F61 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 47 | 97 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.62 |
| HSL | 280.8º | 0.35% | 0.28% | - |
| HSV(B) | 280.8º | 0.52% | 0.38% | - |
| XYZ | 6.57 | 4.65 | 11.86 | - |
| YUV | 62.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 97 | 0.16 | 0.52 | 0 | 0.62 | 280.8 | 0.35 | 0.28 |
| Hex | 51 | 2F | 61 | 10 | 34 | 0 | 3E | 119 | 23 | 1C |
| Octal | 121 | 57 | 141 | 20 | 64 | 0 | 76 | 431 | 43 | 34 |
| Binary | 1010001 | 101111 | 1100001 | 10000 | 110100 | 0 | 111110 | 100011001 | 100011 | 11100 |
Color Harmonies of #512F61
Complementary color
Monochromatic Colors of #512F61
Black with #512F61
Text Example
Text Example
White with #512F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F61; }
p { color: rgb(81,47,97); }
H1.HeaderClassName
{
color: #512F61;
}
.AnyTagClassName
{
color: #512F61;
}
</style>
background-color css
<style>
a { background-color: #512F61; }
a { background-color: rgb(81,47,97); }
div.DivClassName
{
background-color: #512F61;
}
.BgClassName
{
background-color: #512F61;
}
</style>
border-color css
<style>
span { border-color: #512F61; }
span { border-color: rgb(81,47,97); }
td.TdClassName
{
border-color: #512F61;
}
.TagClassName
{
border-color: #512F61;
}
</style>