Shades of Scarlet Gum #512C62
Tints of Scarlet Gum #512C62
RGB
CMYK
RGB Variations
Color information
#512C62 (or 0x512C62) is known color: Scarlet Gum. HEX triplet: 51, 2C and 62. RGB value is (81,44,98). Sum of RGB (Red+Green+Blue) = 81+44+98=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #512C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C62 is #AED39D. Grayscale: #3D3D3D. Windows color (decimal): -11457438 or 6433873. OLE color: 6433873.
HSL color Cylindrical-coordinate representation of color #512C62: hue angle of 281.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512C62 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 44 | 98 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.62 |
| HSL | 281.11º | 0.38% | 0.28% | - |
| HSV(B) | 281.11º | 0.55% | 0.38% | - |
| XYZ | 6.5 | 4.43 | 12.07 | - |
| YUV | 61.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 98 | 0.17 | 0.55 | 0 | 0.62 | 281.11 | 0.38 | 0.28 |
| Hex | 51 | 2C | 62 | 11 | 37 | 0 | 3E | 119 | 26 | 1C |
| Octal | 121 | 54 | 142 | 21 | 67 | 0 | 76 | 431 | 46 | 34 |
| Binary | 1010001 | 101100 | 1100010 | 10001 | 110111 | 0 | 111110 | 100011001 | 100110 | 11100 |
Color Harmonies of #512C62
Complementary color
Monochromatic Colors of #512C62
Black with #512C62
Text Example
Text Example
White with #512C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C62; }
p { color: rgb(81,44,98); }
H1.HeaderClassName
{
color: #512C62;
}
.AnyTagClassName
{
color: #512C62;
}
</style>
background-color css
<style>
a { background-color: #512C62; }
a { background-color: rgb(81,44,98); }
div.DivClassName
{
background-color: #512C62;
}
.BgClassName
{
background-color: #512C62;
}
</style>
border-color css
<style>
span { border-color: #512C62; }
span { border-color: rgb(81,44,98); }
td.TdClassName
{
border-color: #512C62;
}
.TagClassName
{
border-color: #512C62;
}
</style>