Shades of Scarlet Gum #481559
Tints of Scarlet Gum #481559
RGB
CMYK
RGB Variations
Color information
#481559 (or 0x481559) is known color: Scarlet Gum. HEX triplet: 48, 15 and 59. RGB value is (72,21,89). Sum of RGB (Red+Green+Blue) = 72+21+89=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #481559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481559 is #B7EAA6. Grayscale: #2B2B2B. Windows color (decimal): -12053159 or 5838152. OLE color: 5838152.
HSL color Cylindrical-coordinate representation of color #481559: hue angle of 285º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481559 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 21 | 89 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.65 |
| HSL | 285º | 0.62% | 0.22% | - |
| HSV(B) | 285º | 0.76% | 0.35% | - |
| XYZ | 4.74 | 2.64 | 9.71 | - |
| YUV | 44 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 89 | 0.19 | 0.76 | 0 | 0.65 | 285 | 0.62 | 0.22 |
| Hex | 48 | 15 | 59 | 13 | 4C | 0 | 41 | 11D | 3E | 16 |
| Octal | 110 | 25 | 131 | 23 | 114 | 0 | 101 | 435 | 76 | 26 |
| Binary | 1001000 | 10101 | 1011001 | 10011 | 1001100 | 0 | 1000001 | 100011101 | 111110 | 10110 |
Color Harmonies of #481559
Complementary color
Monochromatic Colors of #481559
Black with #481559
Text Example
Text Example
White with #481559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481559; }
p { color: rgb(72,21,89); }
H1.HeaderClassName
{
color: #481559;
}
.AnyTagClassName
{
color: #481559;
}
</style>
background-color css
<style>
a { background-color: #481559; }
a { background-color: rgb(72,21,89); }
div.DivClassName
{
background-color: #481559;
}
.BgClassName
{
background-color: #481559;
}
</style>
border-color css
<style>
span { border-color: #481559; }
span { border-color: rgb(72,21,89); }
td.TdClassName
{
border-color: #481559;
}
.TagClassName
{
border-color: #481559;
}
</style>