Shades of Scarlet Gum #51285D
Tints of Scarlet Gum #51285D
RGB
CMYK
RGB Variations
Color information
#51285D (or 0x51285D) is known color: Scarlet Gum. HEX triplet: 51, 28 and 5D. RGB value is (81,40,93). Sum of RGB (Red+Green+Blue) = 81+40+93=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #51285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51285D is #AED7A2. Grayscale: #3A3A3A. Windows color (decimal): -11458467 or 6105169. OLE color: 6105169.
HSL color Cylindrical-coordinate representation of color #51285D: hue angle of 286.42º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51285D is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 40 | 93 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.64 |
| HSL | 286.42º | 0.4% | 0.26% | - |
| HSV(B) | 286.42º | 0.57% | 0.36% | - |
| XYZ | 6.13 | 4.06 | 10.82 | - |
| YUV | 58.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 93 | 0.13 | 0.57 | 0 | 0.64 | 286.42 | 0.4 | 0.26 |
| Hex | 51 | 28 | 5D | D | 39 | 0 | 40 | 11E | 28 | 1A |
| Octal | 121 | 50 | 135 | 15 | 71 | 0 | 100 | 436 | 50 | 32 |
| Binary | 1010001 | 101000 | 1011101 | 1101 | 111001 | 0 | 1000000 | 100011110 | 101000 | 11010 |
Color Harmonies of #51285D
Complementary color
Monochromatic Colors of #51285D
Black with #51285D
Text Example
Text Example
White with #51285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51285D; }
p { color: rgb(81,40,93); }
H1.HeaderClassName
{
color: #51285D;
}
.AnyTagClassName
{
color: #51285D;
}
</style>
background-color css
<style>
a { background-color: #51285D; }
a { background-color: rgb(81,40,93); }
div.DivClassName
{
background-color: #51285D;
}
.BgClassName
{
background-color: #51285D;
}
</style>
border-color css
<style>
span { border-color: #51285D; }
span { border-color: rgb(81,40,93); }
td.TdClassName
{
border-color: #51285D;
}
.TagClassName
{
border-color: #51285D;
}
</style>