Shades of Scarlet Gum #512868
Tints of Scarlet Gum #512868
RGB
CMYK
RGB Variations
Color information
#512868 (or 0x512868) is known color: Scarlet Gum. HEX triplet: 51, 28 and 68. RGB value is (81,40,104). Sum of RGB (Red+Green+Blue) = 81+40+104=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #512868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512868 is #AED797. Grayscale: #3B3B3B. Windows color (decimal): -11458456 or 6826065. OLE color: 6826065.
HSL color Cylindrical-coordinate representation of color #512868: hue angle of 278.44º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512868 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 40 | 104 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.59 |
| HSL | 278.44º | 0.44% | 0.28% | - |
| HSV(B) | 278.44º | 0.62% | 0.41% | - |
| XYZ | 6.65 | 4.27 | 13.57 | - |
| YUV | 59.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 104 | 0.22 | 0.62 | 0 | 0.59 | 278.44 | 0.44 | 0.28 |
| Hex | 51 | 28 | 68 | 16 | 3E | 0 | 3B | 116 | 2C | 1C |
| Octal | 121 | 50 | 150 | 26 | 76 | 0 | 73 | 426 | 54 | 34 |
| Binary | 1010001 | 101000 | 1101000 | 10110 | 111110 | 0 | 111011 | 100010110 | 101100 | 11100 |
Color Harmonies of #512868
Complementary color
Monochromatic Colors of #512868
Black with #512868
Text Example
Text Example
White with #512868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512868; }
p { color: rgb(81,40,104); }
H1.HeaderClassName
{
color: #512868;
}
.AnyTagClassName
{
color: #512868;
}
</style>
background-color css
<style>
a { background-color: #512868; }
a { background-color: rgb(81,40,104); }
div.DivClassName
{
background-color: #512868;
}
.BgClassName
{
background-color: #512868;
}
</style>
border-color css
<style>
span { border-color: #512868; }
span { border-color: rgb(81,40,104); }
td.TdClassName
{
border-color: #512868;
}
.TagClassName
{
border-color: #512868;
}
</style>