Shades of Scarlet Gum #511F62
Tints of Scarlet Gum #511F62
RGB
CMYK
RGB Variations
Color information
#511F62 (or 0x511F62) is known color: Scarlet Gum. HEX triplet: 51, 1F and 62. RGB value is (81,31,98). Sum of RGB (Red+Green+Blue) = 81+31+98=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #511F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F62 is #AEE09D. Grayscale: #353535. Windows color (decimal): -11460766 or 6430545. OLE color: 6430545.
HSL color Cylindrical-coordinate representation of color #511F62: hue angle of 284.78º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511F62 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 31 | 98 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.62 |
| HSL | 284.78º | 0.52% | 0.25% | - |
| HSV(B) | 284.78º | 0.68% | 0.38% | - |
| XYZ | 6.09 | 3.61 | 11.93 | - |
| YUV | 53.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 98 | 0.17 | 0.68 | 0 | 0.62 | 284.78 | 0.52 | 0.25 |
| Hex | 51 | 1F | 62 | 11 | 44 | 0 | 3E | 11D | 34 | 19 |
| Octal | 121 | 37 | 142 | 21 | 104 | 0 | 76 | 435 | 64 | 31 |
| Binary | 1010001 | 11111 | 1100010 | 10001 | 1000100 | 0 | 111110 | 100011101 | 110100 | 11001 |
Color Harmonies of #511F62
Complementary color
Monochromatic Colors of #511F62
Black with #511F62
Text Example
Text Example
White with #511F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F62; }
p { color: rgb(81,31,98); }
H1.HeaderClassName
{
color: #511F62;
}
.AnyTagClassName
{
color: #511F62;
}
</style>
background-color css
<style>
a { background-color: #511F62; }
a { background-color: rgb(81,31,98); }
div.DivClassName
{
background-color: #511F62;
}
.BgClassName
{
background-color: #511F62;
}
</style>
border-color css
<style>
span { border-color: #511F62; }
span { border-color: rgb(81,31,98); }
td.TdClassName
{
border-color: #511F62;
}
.TagClassName
{
border-color: #511F62;
}
</style>