Shades of Scarlet Gum #512F5F
Tints of Scarlet Gum #512F5F
RGB
CMYK
RGB Variations
Color information
#512F5F (or 0x512F5F) is known color: Scarlet Gum. HEX triplet: 51, 2F and 5F. RGB value is (81,47,95). Sum of RGB (Red+Green+Blue) = 81+47+95=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #512F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F5F is #AED0A0. Grayscale: #3E3E3E. Windows color (decimal): -11456673 or 6238033. OLE color: 6238033.
HSL color Cylindrical-coordinate representation of color #512F5F: hue angle of 282.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512F5F is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 47 | 95 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.63 |
| HSL | 282.5º | 0.34% | 0.28% | - |
| HSV(B) | 282.5º | 0.51% | 0.37% | - |
| XYZ | 6.48 | 4.61 | 11.37 | - |
| YUV | 62.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 95 | 0.15 | 0.51 | 0 | 0.63 | 282.5 | 0.34 | 0.28 |
| Hex | 51 | 2F | 5F | F | 33 | 0 | 3F | 11A | 22 | 1C |
| Octal | 121 | 57 | 137 | 17 | 63 | 0 | 77 | 432 | 42 | 34 |
| Binary | 1010001 | 101111 | 1011111 | 1111 | 110011 | 0 | 111111 | 100011010 | 100010 | 11100 |
Color Harmonies of #512F5F
Complementary color
Monochromatic Colors of #512F5F
Black with #512F5F
Text Example
Text Example
White with #512F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F5F; }
p { color: rgb(81,47,95); }
H1.HeaderClassName
{
color: #512F5F;
}
.AnyTagClassName
{
color: #512F5F;
}
</style>
background-color css
<style>
a { background-color: #512F5F; }
a { background-color: rgb(81,47,95); }
div.DivClassName
{
background-color: #512F5F;
}
.BgClassName
{
background-color: #512F5F;
}
</style>
border-color css
<style>
span { border-color: #512F5F; }
span { border-color: rgb(81,47,95); }
td.TdClassName
{
border-color: #512F5F;
}
.TagClassName
{
border-color: #512F5F;
}
</style>