Shades of Scarlet Gum #51325E
Tints of Scarlet Gum #51325E
RGB
CMYK
RGB Variations
Color information
#51325E (or 0x51325E) is known color: Scarlet Gum. HEX triplet: 51, 32 and 5E. RGB value is (81,50,94). Sum of RGB (Red+Green+Blue) = 81+50+94=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #51325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51325E is #AECDA1. Grayscale: #404040. Windows color (decimal): -11455906 or 6173265. OLE color: 6173265.
HSL color Cylindrical-coordinate representation of color #51325E: hue angle of 282.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51325E is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 50 | 94 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.63 |
| HSL | 282.27º | 0.31% | 0.28% | - |
| HSV(B) | 282.27º | 0.47% | 0.37% | - |
| XYZ | 6.55 | 4.84 | 11.18 | - |
| YUV | 64.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 94 | 0.14 | 0.47 | 0 | 0.63 | 282.27 | 0.31 | 0.28 |
| Hex | 51 | 32 | 5E | E | 2F | 0 | 3F | 11A | 1F | 1C |
| Octal | 121 | 62 | 136 | 16 | 57 | 0 | 77 | 432 | 37 | 34 |
| Binary | 1010001 | 110010 | 1011110 | 1110 | 101111 | 0 | 111111 | 100011010 | 11111 | 11100 |
Color Harmonies of #51325E
Complementary color
Monochromatic Colors of #51325E
Black with #51325E
Text Example
Text Example
White with #51325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51325E; }
p { color: rgb(81,50,94); }
H1.HeaderClassName
{
color: #51325E;
}
.AnyTagClassName
{
color: #51325E;
}
</style>
background-color css
<style>
a { background-color: #51325E; }
a { background-color: rgb(81,50,94); }
div.DivClassName
{
background-color: #51325E;
}
.BgClassName
{
background-color: #51325E;
}
</style>
border-color css
<style>
span { border-color: #51325E; }
span { border-color: rgb(81,50,94); }
td.TdClassName
{
border-color: #51325E;
}
.TagClassName
{
border-color: #51325E;
}
</style>