Shades of Scarlet Gum #513165
Tints of Scarlet Gum #513165
RGB
CMYK
RGB Variations
Color information
#513165 (or 0x513165) is known color: Scarlet Gum. HEX triplet: 51, 31 and 65. RGB value is (81,49,101). Sum of RGB (Red+Green+Blue) = 81+49+101=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #513165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513165 is #AECE9A. Grayscale: #404040. Windows color (decimal): -11456155 or 6631761. OLE color: 6631761.
HSL color Cylindrical-coordinate representation of color #513165: hue angle of 276.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513165 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 49 | 101 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.60 |
| HSL | 276.92º | 0.35% | 0.29% | - |
| HSV(B) | 276.92º | 0.51% | 0.4% | - |
| XYZ | 6.84 | 4.89 | 12.89 | - |
| YUV | 64.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 101 | 0.20 | 0.51 | 0 | 0.60 | 276.92 | 0.35 | 0.29 |
| Hex | 51 | 31 | 65 | 14 | 33 | 0 | 3C | 115 | 23 | 1D |
| Octal | 121 | 61 | 145 | 24 | 63 | 0 | 74 | 425 | 43 | 35 |
| Binary | 1010001 | 110001 | 1100101 | 10100 | 110011 | 0 | 111100 | 100010101 | 100011 | 11101 |
Color Harmonies of #513165
Complementary color
Monochromatic Colors of #513165
Black with #513165
Text Example
Text Example
White with #513165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513165; }
p { color: rgb(81,49,101); }
H1.HeaderClassName
{
color: #513165;
}
.AnyTagClassName
{
color: #513165;
}
</style>
background-color css
<style>
a { background-color: #513165; }
a { background-color: rgb(81,49,101); }
div.DivClassName
{
background-color: #513165;
}
.BgClassName
{
background-color: #513165;
}
</style>
border-color css
<style>
span { border-color: #513165; }
span { border-color: rgb(81,49,101); }
td.TdClassName
{
border-color: #513165;
}
.TagClassName
{
border-color: #513165;
}
</style>