Shades of Scarlet Gum #51145F
Tints of Scarlet Gum #51145F
RGB
CMYK
RGB Variations
Color information
#51145F (or 0x51145F) is known color: Scarlet Gum. HEX triplet: 51, 14 and 5F. RGB value is (81,20,95). Sum of RGB (Red+Green+Blue) = 81+20+95=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #51145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51145F is #AEEBA0. Grayscale: #2E2E2E. Windows color (decimal): -11463585 or 6231121. OLE color: 6231121.
HSL color Cylindrical-coordinate representation of color #51145F: hue angle of 288.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51145F is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 20 | 95 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.63 |
| HSL | 288.8º | 0.65% | 0.23% | - |
| HSV(B) | 288.8º | 0.79% | 0.37% | - |
| XYZ | 5.71 | 3.08 | 11.12 | - |
| YUV | 46.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 95 | 0.15 | 0.79 | 0 | 0.63 | 288.8 | 0.65 | 0.23 |
| Hex | 51 | 14 | 5F | F | 4F | 0 | 3F | 121 | 41 | 17 |
| Octal | 121 | 24 | 137 | 17 | 117 | 0 | 77 | 441 | 101 | 27 |
| Binary | 1010001 | 10100 | 1011111 | 1111 | 1001111 | 0 | 111111 | 100100001 | 1000001 | 10111 |
Color Harmonies of #51145F
Complementary color
Monochromatic Colors of #51145F
Black with #51145F
Text Example
Text Example
White with #51145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51145F; }
p { color: rgb(81,20,95); }
H1.HeaderClassName
{
color: #51145F;
}
.AnyTagClassName
{
color: #51145F;
}
</style>
background-color css
<style>
a { background-color: #51145F; }
a { background-color: rgb(81,20,95); }
div.DivClassName
{
background-color: #51145F;
}
.BgClassName
{
background-color: #51145F;
}
</style>
border-color css
<style>
span { border-color: #51145F; }
span { border-color: rgb(81,20,95); }
td.TdClassName
{
border-color: #51145F;
}
.TagClassName
{
border-color: #51145F;
}
</style>