Shades of Scarlet Gum #51155F
Tints of Scarlet Gum #51155F
RGB
CMYK
RGB Variations
Color information
#51155F (or 0x51155F) is known color: Scarlet Gum. HEX triplet: 51, 15 and 5F. RGB value is (81,21,95). Sum of RGB (Red+Green+Blue) = 81+21+95=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #51155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51155F is #AEEAA0. Grayscale: #2F2F2F. Windows color (decimal): -11463329 or 6231377. OLE color: 6231377.
HSL color Cylindrical-coordinate representation of color #51155F: hue angle of 288.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51155F is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 21 | 95 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.63 |
| HSL | 288.65º | 0.64% | 0.23% | - |
| HSV(B) | 288.65º | 0.78% | 0.37% | - |
| XYZ | 5.73 | 3.11 | 11.13 | - |
| YUV | 47.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 95 | 0.15 | 0.78 | 0 | 0.63 | 288.65 | 0.64 | 0.23 |
| Hex | 51 | 15 | 5F | F | 4E | 0 | 3F | 121 | 40 | 17 |
| Octal | 121 | 25 | 137 | 17 | 116 | 0 | 77 | 441 | 100 | 27 |
| Binary | 1010001 | 10101 | 1011111 | 1111 | 1001110 | 0 | 111111 | 100100001 | 1000000 | 10111 |
Color Harmonies of #51155F
Complementary color
Monochromatic Colors of #51155F
Black with #51155F
Text Example
Text Example
White with #51155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51155F; }
p { color: rgb(81,21,95); }
H1.HeaderClassName
{
color: #51155F;
}
.AnyTagClassName
{
color: #51155F;
}
</style>
background-color css
<style>
a { background-color: #51155F; }
a { background-color: rgb(81,21,95); }
div.DivClassName
{
background-color: #51155F;
}
.BgClassName
{
background-color: #51155F;
}
</style>
border-color css
<style>
span { border-color: #51155F; }
span { border-color: rgb(81,21,95); }
td.TdClassName
{
border-color: #51155F;
}
.TagClassName
{
border-color: #51155F;
}
</style>