Shades of Scarlet Gum #481159
Tints of Scarlet Gum #481159
RGB
CMYK
RGB Variations
Color information
#481159 (or 0x481159) is known color: Scarlet Gum. HEX triplet: 48, 11 and 59. RGB value is (72,17,89). Sum of RGB (Red+Green+Blue) = 72+17+89=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #481159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481159 is #B7EEA6. Grayscale: #292929. Windows color (decimal): -12054183 or 5837128. OLE color: 5837128.
HSL color Cylindrical-coordinate representation of color #481159: hue angle of 285.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481159 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 17 | 89 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.65 |
| HSL | 285.83º | 0.68% | 0.21% | - |
| HSV(B) | 285.83º | 0.81% | 0.35% | - |
| XYZ | 4.68 | 2.5 | 9.69 | - |
| YUV | 41.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 89 | 0.19 | 0.81 | 0 | 0.65 | 285.83 | 0.68 | 0.21 |
| Hex | 48 | 11 | 59 | 13 | 51 | 0 | 41 | 11E | 44 | 15 |
| Octal | 110 | 21 | 131 | 23 | 121 | 0 | 101 | 436 | 104 | 25 |
| Binary | 1001000 | 10001 | 1011001 | 10011 | 1010001 | 0 | 1000001 | 100011110 | 1000100 | 10101 |
Color Harmonies of #481159
Complementary color
Monochromatic Colors of #481159
Black with #481159
Text Example
Text Example
White with #481159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481159; }
p { color: rgb(72,17,89); }
H1.HeaderClassName
{
color: #481159;
}
.AnyTagClassName
{
color: #481159;
}
</style>
background-color css
<style>
a { background-color: #481159; }
a { background-color: rgb(72,17,89); }
div.DivClassName
{
background-color: #481159;
}
.BgClassName
{
background-color: #481159;
}
</style>
border-color css
<style>
span { border-color: #481159; }
span { border-color: rgb(72,17,89); }
td.TdClassName
{
border-color: #481159;
}
.TagClassName
{
border-color: #481159;
}
</style>