Shades of Scarlet Gum #511D67
Tints of Scarlet Gum #511D67
RGB
CMYK
RGB Variations
Color information
#511D67 (or 0x511D67) is known color: Scarlet Gum. HEX triplet: 51, 1D and 67. RGB value is (81,29,103). Sum of RGB (Red+Green+Blue) = 81+29+103=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #511D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D67 is #AEE298. Grayscale: #343434. Windows color (decimal): -11461273 or 6757713. OLE color: 6757713.
HSL color Cylindrical-coordinate representation of color #511D67: hue angle of 282.16º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511D67 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 29 | 103 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.60 |
| HSL | 282.16º | 0.56% | 0.26% | - |
| HSV(B) | 282.16º | 0.72% | 0.4% | - |
| XYZ | 6.28 | 3.61 | 13.2 | - |
| YUV | 52.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 103 | 0.21 | 0.72 | 0 | 0.60 | 282.16 | 0.56 | 0.26 |
| Hex | 51 | 1D | 67 | 15 | 48 | 0 | 3C | 11A | 38 | 1A |
| Octal | 121 | 35 | 147 | 25 | 110 | 0 | 74 | 432 | 70 | 32 |
| Binary | 1010001 | 11101 | 1100111 | 10101 | 1001000 | 0 | 111100 | 100011010 | 111000 | 11010 |
Color Harmonies of #511D67
Complementary color
Monochromatic Colors of #511D67
Black with #511D67
Text Example
Text Example
White with #511D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D67; }
p { color: rgb(81,29,103); }
H1.HeaderClassName
{
color: #511D67;
}
.AnyTagClassName
{
color: #511D67;
}
</style>
background-color css
<style>
a { background-color: #511D67; }
a { background-color: rgb(81,29,103); }
div.DivClassName
{
background-color: #511D67;
}
.BgClassName
{
background-color: #511D67;
}
</style>
border-color css
<style>
span { border-color: #511D67; }
span { border-color: rgb(81,29,103); }
td.TdClassName
{
border-color: #511D67;
}
.TagClassName
{
border-color: #511D67;
}
</style>