Shades of Scarlet Gum #51395D
Tints of Scarlet Gum #51395D
RGB
CMYK
RGB Variations
Color information
#51395D (or 0x51395D) is known color: Scarlet Gum. HEX triplet: 51, 39 and 5D. RGB value is (81,57,93). Sum of RGB (Red+Green+Blue) = 81+57+93=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #51395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51395D is #AEC6A2. Grayscale: #444444. Windows color (decimal): -11454115 or 6109521. OLE color: 6109521.
HSL color Cylindrical-coordinate representation of color #51395D: hue angle of 280º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51395D is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 57 | 93 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.64 |
| HSL | 280º | 0.24% | 0.29% | - |
| HSV(B) | 280º | 0.39% | 0.36% | - |
| XYZ | 6.83 | 5.47 | 11.05 | - |
| YUV | 68.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 93 | 0.13 | 0.39 | 0 | 0.64 | 280 | 0.24 | 0.29 |
| Hex | 51 | 39 | 5D | D | 27 | 0 | 40 | 118 | 18 | 1D |
| Octal | 121 | 71 | 135 | 15 | 47 | 0 | 100 | 430 | 30 | 35 |
| Binary | 1010001 | 111001 | 1011101 | 1101 | 100111 | 0 | 1000000 | 100011000 | 11000 | 11101 |
Color Harmonies of #51395D
Complementary color
Monochromatic Colors of #51395D
Black with #51395D
Text Example
Text Example
White with #51395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51395D; }
p { color: rgb(81,57,93); }
H1.HeaderClassName
{
color: #51395D;
}
.AnyTagClassName
{
color: #51395D;
}
</style>
background-color css
<style>
a { background-color: #51395D; }
a { background-color: rgb(81,57,93); }
div.DivClassName
{
background-color: #51395D;
}
.BgClassName
{
background-color: #51395D;
}
</style>
border-color css
<style>
span { border-color: #51395D; }
span { border-color: rgb(81,57,93); }
td.TdClassName
{
border-color: #51395D;
}
.TagClassName
{
border-color: #51395D;
}
</style>