Shades of Scarlet Gum #51265E
Tints of Scarlet Gum #51265E
RGB
CMYK
RGB Variations
Color information
#51265E (or 0x51265E) is known color: Scarlet Gum. HEX triplet: 51, 26 and 5E. RGB value is (81,38,94). Sum of RGB (Red+Green+Blue) = 81+38+94=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #51265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51265E is #AED9A1. Grayscale: #393939. Windows color (decimal): -11458978 or 6170193. OLE color: 6170193.
HSL color Cylindrical-coordinate representation of color #51265E: hue angle of 286.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51265E is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 38 | 94 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.63 |
| HSL | 286.07º | 0.42% | 0.26% | - |
| HSV(B) | 286.07º | 0.6% | 0.37% | - |
| XYZ | 6.11 | 3.94 | 11.03 | - |
| YUV | 57.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 94 | 0.14 | 0.60 | 0 | 0.63 | 286.07 | 0.42 | 0.26 |
| Hex | 51 | 26 | 5E | E | 3C | 0 | 3F | 11E | 2A | 1A |
| Octal | 121 | 46 | 136 | 16 | 74 | 0 | 77 | 436 | 52 | 32 |
| Binary | 1010001 | 100110 | 1011110 | 1110 | 111100 | 0 | 111111 | 100011110 | 101010 | 11010 |
Color Harmonies of #51265E
Complementary color
Monochromatic Colors of #51265E
Black with #51265E
Text Example
Text Example
White with #51265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51265E; }
p { color: rgb(81,38,94); }
H1.HeaderClassName
{
color: #51265E;
}
.AnyTagClassName
{
color: #51265E;
}
</style>
background-color css
<style>
a { background-color: #51265E; }
a { background-color: rgb(81,38,94); }
div.DivClassName
{
background-color: #51265E;
}
.BgClassName
{
background-color: #51265E;
}
</style>
border-color css
<style>
span { border-color: #51265E; }
span { border-color: rgb(81,38,94); }
td.TdClassName
{
border-color: #51265E;
}
.TagClassName
{
border-color: #51265E;
}
</style>