Shades of Scarlet Gum #510B63
Tints of Scarlet Gum #510B63
RGB
CMYK
RGB Variations
Color information
#510B63 (or 0x510B63) is known color: Scarlet Gum. HEX triplet: 51, 0B and 63. RGB value is (81,11,99). Sum of RGB (Red+Green+Blue) = 81+11+99=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #510B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B63 is #AEF49C. Grayscale: #292929. Windows color (decimal): -11465885 or 6490961. OLE color: 6490961.
HSL color Cylindrical-coordinate representation of color #510B63: hue angle of 287.73º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510B63 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 11 | 99 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.61 |
| HSL | 287.73º | 0.8% | 0.22% | - |
| HSV(B) | 287.73º | 0.89% | 0.39% | - |
| XYZ | 5.77 | 2.89 | 12.06 | - |
| YUV | 41.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 99 | 0.18 | 0.89 | 0 | 0.61 | 287.73 | 0.8 | 0.22 |
| Hex | 51 | B | 63 | 12 | 59 | 0 | 3D | 120 | 50 | 16 |
| Octal | 121 | 13 | 143 | 22 | 131 | 0 | 75 | 440 | 120 | 26 |
| Binary | 1010001 | 1011 | 1100011 | 10010 | 1011001 | 0 | 111101 | 100100000 | 1010000 | 10110 |
Color Harmonies of #510B63
Complementary color
Monochromatic Colors of #510B63
Black with #510B63
Text Example
Text Example
White with #510B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B63; }
p { color: rgb(81,11,99); }
H1.HeaderClassName
{
color: #510B63;
}
.AnyTagClassName
{
color: #510B63;
}
</style>
background-color css
<style>
a { background-color: #510B63; }
a { background-color: rgb(81,11,99); }
div.DivClassName
{
background-color: #510B63;
}
.BgClassName
{
background-color: #510B63;
}
</style>
border-color css
<style>
span { border-color: #510B63; }
span { border-color: rgb(81,11,99); }
td.TdClassName
{
border-color: #510B63;
}
.TagClassName
{
border-color: #510B63;
}
</style>