Shades of Scarlet Gum #512963
Tints of Scarlet Gum #512963
RGB
CMYK
RGB Variations
Color information
#512963 (or 0x512963) is known color: Scarlet Gum. HEX triplet: 51, 29 and 63. RGB value is (81,41,99). Sum of RGB (Red+Green+Blue) = 81+41+99=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #512963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512963 is #AED69C. Grayscale: #3B3B3B. Windows color (decimal): -11458205 or 6498641. OLE color: 6498641.
HSL color Cylindrical-coordinate representation of color #512963: hue angle of 281.38º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512963 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 41 | 99 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.61 |
| HSL | 281.38º | 0.41% | 0.27% | - |
| HSV(B) | 281.38º | 0.59% | 0.39% | - |
| XYZ | 6.44 | 4.24 | 12.28 | - |
| YUV | 59.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 99 | 0.18 | 0.59 | 0 | 0.61 | 281.38 | 0.41 | 0.27 |
| Hex | 51 | 29 | 63 | 12 | 3B | 0 | 3D | 119 | 29 | 1B |
| Octal | 121 | 51 | 143 | 22 | 73 | 0 | 75 | 431 | 51 | 33 |
| Binary | 1010001 | 101001 | 1100011 | 10010 | 111011 | 0 | 111101 | 100011001 | 101001 | 11011 |
Color Harmonies of #512963
Complementary color
Monochromatic Colors of #512963
Black with #512963
Text Example
Text Example
White with #512963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512963; }
p { color: rgb(81,41,99); }
H1.HeaderClassName
{
color: #512963;
}
.AnyTagClassName
{
color: #512963;
}
</style>
background-color css
<style>
a { background-color: #512963; }
a { background-color: rgb(81,41,99); }
div.DivClassName
{
background-color: #512963;
}
.BgClassName
{
background-color: #512963;
}
</style>
border-color css
<style>
span { border-color: #512963; }
span { border-color: rgb(81,41,99); }
td.TdClassName
{
border-color: #512963;
}
.TagClassName
{
border-color: #512963;
}
</style>