Shades of Scarlet Gum #511C6A
Tints of Scarlet Gum #511C6A
RGB
CMYK
RGB Variations
Color information
#511C6A (or 0x511C6A) is known color: Scarlet Gum. HEX triplet: 51, 1C and 6A. RGB value is (81,28,106). Sum of RGB (Red+Green+Blue) = 81+28+106=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #511C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C6A is #AEE395. Grayscale: #343434. Windows color (decimal): -11461526 or 6954065. OLE color: 6954065.
HSL color Cylindrical-coordinate representation of color #511C6A: hue angle of 280.77º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511C6A is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 28 | 106 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.58 |
| HSL | 280.77º | 0.58% | 0.26% | - |
| HSV(B) | 280.77º | 0.74% | 0.42% | - |
| XYZ | 6.41 | 3.62 | 14 | - |
| YUV | 52.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 106 | 0.24 | 0.74 | 0 | 0.58 | 280.77 | 0.58 | 0.26 |
| Hex | 51 | 1C | 6A | 18 | 4A | 0 | 3A | 119 | 3A | 1A |
| Octal | 121 | 34 | 152 | 30 | 112 | 0 | 72 | 431 | 72 | 32 |
| Binary | 1010001 | 11100 | 1101010 | 11000 | 1001010 | 0 | 111010 | 100011001 | 111010 | 11010 |
Color Harmonies of #511C6A
Complementary color
Monochromatic Colors of #511C6A
Black with #511C6A
Text Example
Text Example
White with #511C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C6A; }
p { color: rgb(81,28,106); }
H1.HeaderClassName
{
color: #511C6A;
}
.AnyTagClassName
{
color: #511C6A;
}
</style>
background-color css
<style>
a { background-color: #511C6A; }
a { background-color: rgb(81,28,106); }
div.DivClassName
{
background-color: #511C6A;
}
.BgClassName
{
background-color: #511C6A;
}
</style>
border-color css
<style>
span { border-color: #511C6A; }
span { border-color: rgb(81,28,106); }
td.TdClassName
{
border-color: #511C6A;
}
.TagClassName
{
border-color: #511C6A;
}
</style>