Shades of Scarlet Gum #512E67
Tints of Scarlet Gum #512E67
RGB
CMYK
RGB Variations
Color information
#512E67 (or 0x512E67) is known color: Scarlet Gum. HEX triplet: 51, 2E and 67. RGB value is (81,46,103). Sum of RGB (Red+Green+Blue) = 81+46+103=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #512E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E67 is #AED198. Grayscale: #3E3E3E. Windows color (decimal): -11456921 or 6762065. OLE color: 6762065.
HSL color Cylindrical-coordinate representation of color #512E67: hue angle of 276.84º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512E67 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 46 | 103 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.60 |
| HSL | 276.84º | 0.38% | 0.29% | - |
| HSV(B) | 276.84º | 0.55% | 0.4% | - |
| XYZ | 6.82 | 4.68 | 13.38 | - |
| YUV | 62.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 103 | 0.21 | 0.55 | 0 | 0.60 | 276.84 | 0.38 | 0.29 |
| Hex | 51 | 2E | 67 | 15 | 37 | 0 | 3C | 115 | 26 | 1D |
| Octal | 121 | 56 | 147 | 25 | 67 | 0 | 74 | 425 | 46 | 35 |
| Binary | 1010001 | 101110 | 1100111 | 10101 | 110111 | 0 | 111100 | 100010101 | 100110 | 11101 |
Color Harmonies of #512E67
Complementary color
Monochromatic Colors of #512E67
Black with #512E67
Text Example
Text Example
White with #512E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E67; }
p { color: rgb(81,46,103); }
H1.HeaderClassName
{
color: #512E67;
}
.AnyTagClassName
{
color: #512E67;
}
</style>
background-color css
<style>
a { background-color: #512E67; }
a { background-color: rgb(81,46,103); }
div.DivClassName
{
background-color: #512E67;
}
.BgClassName
{
background-color: #512E67;
}
</style>
border-color css
<style>
span { border-color: #512E67; }
span { border-color: rgb(81,46,103); }
td.TdClassName
{
border-color: #512E67;
}
.TagClassName
{
border-color: #512E67;
}
</style>