Shades of Scarlet Gum #512A60
Tints of Scarlet Gum #512A60
RGB
CMYK
RGB Variations
Color information
#512A60 (or 0x512A60) is known color: Scarlet Gum. HEX triplet: 51, 2A and 60. RGB value is (81,42,96). Sum of RGB (Red+Green+Blue) = 81+42+96=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #512A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A60 is #AED59F. Grayscale: #3B3B3B. Windows color (decimal): -11457952 or 6302289. OLE color: 6302289.
HSL color Cylindrical-coordinate representation of color #512A60: hue angle of 283.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512A60 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 42 | 96 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.62 |
| HSL | 283.33º | 0.39% | 0.27% | - |
| HSV(B) | 283.33º | 0.56% | 0.38% | - |
| XYZ | 6.33 | 4.25 | 11.55 | - |
| YUV | 59.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 96 | 0.16 | 0.56 | 0 | 0.62 | 283.33 | 0.39 | 0.27 |
| Hex | 51 | 2A | 60 | 10 | 38 | 0 | 3E | 11B | 27 | 1B |
| Octal | 121 | 52 | 140 | 20 | 70 | 0 | 76 | 433 | 47 | 33 |
| Binary | 1010001 | 101010 | 1100000 | 10000 | 111000 | 0 | 111110 | 100011011 | 100111 | 11011 |
Color Harmonies of #512A60
Complementary color
Monochromatic Colors of #512A60
Black with #512A60
Text Example
Text Example
White with #512A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A60; }
p { color: rgb(81,42,96); }
H1.HeaderClassName
{
color: #512A60;
}
.AnyTagClassName
{
color: #512A60;
}
</style>
background-color css
<style>
a { background-color: #512A60; }
a { background-color: rgb(81,42,96); }
div.DivClassName
{
background-color: #512A60;
}
.BgClassName
{
background-color: #512A60;
}
</style>
border-color css
<style>
span { border-color: #512A60; }
span { border-color: rgb(81,42,96); }
td.TdClassName
{
border-color: #512A60;
}
.TagClassName
{
border-color: #512A60;
}
</style>