Shades of Scarlet Gum #512E5D
Tints of Scarlet Gum #512E5D
RGB
CMYK
RGB Variations
Color information
#512E5D (or 0x512E5D) is known color: Scarlet Gum. HEX triplet: 51, 2E and 5D. RGB value is (81,46,93). Sum of RGB (Red+Green+Blue) = 81+46+93=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #512E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E5D is #AED1A2. Grayscale: #3D3D3D. Windows color (decimal): -11456931 or 6106705. OLE color: 6106705.
HSL color Cylindrical-coordinate representation of color #512E5D: hue angle of 284.68º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512E5D is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 46 | 93 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.64 |
| HSL | 284.68º | 0.34% | 0.27% | - |
| HSV(B) | 284.68º | 0.51% | 0.36% | - |
| XYZ | 6.35 | 4.49 | 10.89 | - |
| YUV | 61.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 93 | 0.13 | 0.51 | 0 | 0.64 | 284.68 | 0.34 | 0.27 |
| Hex | 51 | 2E | 5D | D | 33 | 0 | 40 | 11D | 22 | 1B |
| Octal | 121 | 56 | 135 | 15 | 63 | 0 | 100 | 435 | 42 | 33 |
| Binary | 1010001 | 101110 | 1011101 | 1101 | 110011 | 0 | 1000000 | 100011101 | 100010 | 11011 |
Color Harmonies of #512E5D
Complementary color
Monochromatic Colors of #512E5D
Black with #512E5D
Text Example
Text Example
White with #512E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E5D; }
p { color: rgb(81,46,93); }
H1.HeaderClassName
{
color: #512E5D;
}
.AnyTagClassName
{
color: #512E5D;
}
</style>
background-color css
<style>
a { background-color: #512E5D; }
a { background-color: rgb(81,46,93); }
div.DivClassName
{
background-color: #512E5D;
}
.BgClassName
{
background-color: #512E5D;
}
</style>
border-color css
<style>
span { border-color: #512E5D; }
span { border-color: rgb(81,46,93); }
td.TdClassName
{
border-color: #512E5D;
}
.TagClassName
{
border-color: #512E5D;
}
</style>