Shades of Scarlet Gum #51305F
Tints of Scarlet Gum #51305F
RGB
CMYK
RGB Variations
Color information
#51305F (or 0x51305F) is known color: Scarlet Gum. HEX triplet: 51, 30 and 5F. RGB value is (81,48,95). Sum of RGB (Red+Green+Blue) = 81+48+95=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #51305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51305F is #AECFA0. Grayscale: #3F3F3F. Windows color (decimal): -11456417 or 6238289. OLE color: 6238289.
HSL color Cylindrical-coordinate representation of color #51305F: hue angle of 282.13º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51305F is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 48 | 95 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.63 |
| HSL | 282.13º | 0.33% | 0.28% | - |
| HSV(B) | 282.13º | 0.49% | 0.37% | - |
| XYZ | 6.52 | 4.69 | 11.39 | - |
| YUV | 63.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 95 | 0.15 | 0.49 | 0 | 0.63 | 282.13 | 0.33 | 0.28 |
| Hex | 51 | 30 | 5F | F | 31 | 0 | 3F | 11A | 21 | 1C |
| Octal | 121 | 60 | 137 | 17 | 61 | 0 | 77 | 432 | 41 | 34 |
| Binary | 1010001 | 110000 | 1011111 | 1111 | 110001 | 0 | 111111 | 100011010 | 100001 | 11100 |
Color Harmonies of #51305F
Complementary color
Monochromatic Colors of #51305F
Black with #51305F
Text Example
Text Example
White with #51305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51305F; }
p { color: rgb(81,48,95); }
H1.HeaderClassName
{
color: #51305F;
}
.AnyTagClassName
{
color: #51305F;
}
</style>
background-color css
<style>
a { background-color: #51305F; }
a { background-color: rgb(81,48,95); }
div.DivClassName
{
background-color: #51305F;
}
.BgClassName
{
background-color: #51305F;
}
</style>
border-color css
<style>
span { border-color: #51305F; }
span { border-color: rgb(81,48,95); }
td.TdClassName
{
border-color: #51305F;
}
.TagClassName
{
border-color: #51305F;
}
</style>