Shades of Scarlet Gum #511661
Tints of Scarlet Gum #511661
RGB
CMYK
RGB Variations
Color information
#511661 (or 0x511661) is known color: Scarlet Gum. HEX triplet: 51, 16 and 61. RGB value is (81,22,97). Sum of RGB (Red+Green+Blue) = 81+22+97=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #511661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511661 is #AEE99E. Grayscale: #2F2F2F. Windows color (decimal): -11463071 or 6362705. OLE color: 6362705.
HSL color Cylindrical-coordinate representation of color #511661: hue angle of 287.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511661 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 22 | 97 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.62 |
| HSL | 287.2º | 0.63% | 0.23% | - |
| HSV(B) | 287.2º | 0.77% | 0.38% | - |
| XYZ | 5.84 | 3.19 | 11.62 | - |
| YUV | 48.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 97 | 0.16 | 0.77 | 0 | 0.62 | 287.2 | 0.63 | 0.23 |
| Hex | 51 | 16 | 61 | 10 | 4D | 0 | 3E | 11F | 3F | 17 |
| Octal | 121 | 26 | 141 | 20 | 115 | 0 | 76 | 437 | 77 | 27 |
| Binary | 1010001 | 10110 | 1100001 | 10000 | 1001101 | 0 | 111110 | 100011111 | 111111 | 10111 |
Color Harmonies of #511661
Complementary color
Monochromatic Colors of #511661
Black with #511661
Text Example
Text Example
White with #511661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511661; }
p { color: rgb(81,22,97); }
H1.HeaderClassName
{
color: #511661;
}
.AnyTagClassName
{
color: #511661;
}
</style>
background-color css
<style>
a { background-color: #511661; }
a { background-color: rgb(81,22,97); }
div.DivClassName
{
background-color: #511661;
}
.BgClassName
{
background-color: #511661;
}
</style>
border-color css
<style>
span { border-color: #511661; }
span { border-color: rgb(81,22,97); }
td.TdClassName
{
border-color: #511661;
}
.TagClassName
{
border-color: #511661;
}
</style>