Shades of Scarlet Gum #51365E
Tints of Scarlet Gum #51365E
RGB
CMYK
RGB Variations
Color information
#51365E (or 0x51365E) is known color: Scarlet Gum. HEX triplet: 51, 36 and 5E. RGB value is (81,54,94). Sum of RGB (Red+Green+Blue) = 81+54+94=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #51365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51365E is #AEC9A1. Grayscale: #424242. Windows color (decimal): -11454882 or 6174289. OLE color: 6174289.
HSL color Cylindrical-coordinate representation of color #51365E: hue angle of 280.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51365E is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 54 | 94 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.63 |
| HSL | 280.5º | 0.27% | 0.29% | - |
| HSV(B) | 280.5º | 0.43% | 0.37% | - |
| XYZ | 6.73 | 5.2 | 11.24 | - |
| YUV | 66.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 94 | 0.14 | 0.43 | 0 | 0.63 | 280.5 | 0.27 | 0.29 |
| Hex | 51 | 36 | 5E | E | 2B | 0 | 3F | 118 | 1B | 1D |
| Octal | 121 | 66 | 136 | 16 | 53 | 0 | 77 | 430 | 33 | 35 |
| Binary | 1010001 | 110110 | 1011110 | 1110 | 101011 | 0 | 111111 | 100011000 | 11011 | 11101 |
Color Harmonies of #51365E
Complementary color
Monochromatic Colors of #51365E
Black with #51365E
Text Example
Text Example
White with #51365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51365E; }
p { color: rgb(81,54,94); }
H1.HeaderClassName
{
color: #51365E;
}
.AnyTagClassName
{
color: #51365E;
}
</style>
background-color css
<style>
a { background-color: #51365E; }
a { background-color: rgb(81,54,94); }
div.DivClassName
{
background-color: #51365E;
}
.BgClassName
{
background-color: #51365E;
}
</style>
border-color css
<style>
span { border-color: #51365E; }
span { border-color: rgb(81,54,94); }
td.TdClassName
{
border-color: #51365E;
}
.TagClassName
{
border-color: #51365E;
}
</style>