Shades of Scarlet Gum #512363
Tints of Scarlet Gum #512363
RGB
CMYK
RGB Variations
Color information
#512363 (or 0x512363) is known color: Scarlet Gum. HEX triplet: 51, 23 and 63. RGB value is (81,35,99). Sum of RGB (Red+Green+Blue) = 81+35+99=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #512363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512363 is #AEDC9C. Grayscale: #373737. Windows color (decimal): -11459741 or 6497105. OLE color: 6497105.
HSL color Cylindrical-coordinate representation of color #512363: hue angle of 283.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512363 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 35 | 99 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.61 |
| HSL | 283.13º | 0.48% | 0.26% | - |
| HSV(B) | 283.13º | 0.65% | 0.39% | - |
| XYZ | 6.25 | 3.85 | 12.22 | - |
| YUV | 56.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 99 | 0.18 | 0.65 | 0 | 0.61 | 283.13 | 0.48 | 0.26 |
| Hex | 51 | 23 | 63 | 12 | 41 | 0 | 3D | 11B | 30 | 1A |
| Octal | 121 | 43 | 143 | 22 | 101 | 0 | 75 | 433 | 60 | 32 |
| Binary | 1010001 | 100011 | 1100011 | 10010 | 1000001 | 0 | 111101 | 100011011 | 110000 | 11010 |
Color Harmonies of #512363
Complementary color
Monochromatic Colors of #512363
Black with #512363
Text Example
Text Example
White with #512363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512363; }
p { color: rgb(81,35,99); }
H1.HeaderClassName
{
color: #512363;
}
.AnyTagClassName
{
color: #512363;
}
</style>
background-color css
<style>
a { background-color: #512363; }
a { background-color: rgb(81,35,99); }
div.DivClassName
{
background-color: #512363;
}
.BgClassName
{
background-color: #512363;
}
</style>
border-color css
<style>
span { border-color: #512363; }
span { border-color: rgb(81,35,99); }
td.TdClassName
{
border-color: #512363;
}
.TagClassName
{
border-color: #512363;
}
</style>