Shades of Scarlet Gum #512C63
Tints of Scarlet Gum #512C63
RGB
CMYK
RGB Variations
Color information
#512C63 (or 0x512C63) is known color: Scarlet Gum. HEX triplet: 51, 2C and 63. RGB value is (81,44,99). Sum of RGB (Red+Green+Blue) = 81+44+99=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #512C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C63 is #AED39C. Grayscale: #3D3D3D. Windows color (decimal): -11457437 or 6499409. OLE color: 6499409.
HSL color Cylindrical-coordinate representation of color #512C63: hue angle of 280.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512C63 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 44 | 99 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.61 |
| HSL | 280.36º | 0.38% | 0.28% | - |
| HSV(B) | 280.36º | 0.56% | 0.39% | - |
| XYZ | 6.55 | 4.45 | 12.32 | - |
| YUV | 61.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 99 | 0.18 | 0.56 | 0 | 0.61 | 280.36 | 0.38 | 0.28 |
| Hex | 51 | 2C | 63 | 12 | 38 | 0 | 3D | 118 | 26 | 1C |
| Octal | 121 | 54 | 143 | 22 | 70 | 0 | 75 | 430 | 46 | 34 |
| Binary | 1010001 | 101100 | 1100011 | 10010 | 111000 | 0 | 111101 | 100011000 | 100110 | 11100 |
Color Harmonies of #512C63
Complementary color
Monochromatic Colors of #512C63
Black with #512C63
Text Example
Text Example
White with #512C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C63; }
p { color: rgb(81,44,99); }
H1.HeaderClassName
{
color: #512C63;
}
.AnyTagClassName
{
color: #512C63;
}
</style>
background-color css
<style>
a { background-color: #512C63; }
a { background-color: rgb(81,44,99); }
div.DivClassName
{
background-color: #512C63;
}
.BgClassName
{
background-color: #512C63;
}
</style>
border-color css
<style>
span { border-color: #512C63; }
span { border-color: rgb(81,44,99); }
td.TdClassName
{
border-color: #512C63;
}
.TagClassName
{
border-color: #512C63;
}
</style>