Shades of Scarlet Gum #51245E
Tints of Scarlet Gum #51245E
RGB
CMYK
RGB Variations
Color information
#51245E (or 0x51245E) is known color: Scarlet Gum. HEX triplet: 51, 24 and 5E. RGB value is (81,36,94). Sum of RGB (Red+Green+Blue) = 81+36+94=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #51245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51245E is #AEDBA1. Grayscale: #373737. Windows color (decimal): -11459490 or 6169681. OLE color: 6169681.
HSL color Cylindrical-coordinate representation of color #51245E: hue angle of 286.55º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51245E is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 36 | 94 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.63 |
| HSL | 286.55º | 0.45% | 0.25% | - |
| HSV(B) | 286.55º | 0.62% | 0.37% | - |
| XYZ | 6.04 | 3.82 | 11.01 | - |
| YUV | 56.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 94 | 0.14 | 0.62 | 0 | 0.63 | 286.55 | 0.45 | 0.25 |
| Hex | 51 | 24 | 5E | E | 3E | 0 | 3F | 11F | 2D | 19 |
| Octal | 121 | 44 | 136 | 16 | 76 | 0 | 77 | 437 | 55 | 31 |
| Binary | 1010001 | 100100 | 1011110 | 1110 | 111110 | 0 | 111111 | 100011111 | 101101 | 11001 |
Color Harmonies of #51245E
Complementary color
Monochromatic Colors of #51245E
Black with #51245E
Text Example
Text Example
White with #51245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51245E; }
p { color: rgb(81,36,94); }
H1.HeaderClassName
{
color: #51245E;
}
.AnyTagClassName
{
color: #51245E;
}
</style>
background-color css
<style>
a { background-color: #51245E; }
a { background-color: rgb(81,36,94); }
div.DivClassName
{
background-color: #51245E;
}
.BgClassName
{
background-color: #51245E;
}
</style>
border-color css
<style>
span { border-color: #51245E; }
span { border-color: rgb(81,36,94); }
td.TdClassName
{
border-color: #51245E;
}
.TagClassName
{
border-color: #51245E;
}
</style>