Shades of Scarlet Gum #480958
Tints of Scarlet Gum #480958
RGB
CMYK
RGB Variations
Color information
#480958 (or 0x480958) is known color: Scarlet Gum. HEX triplet: 48, 09 and 58. RGB value is (72,9,88). Sum of RGB (Red+Green+Blue) = 72+9+88=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #480958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480958 is #B7F6A7. Grayscale: #242424. Windows color (decimal): -12056232 or 5769544. OLE color: 5769544.
HSL color Cylindrical-coordinate representation of color #480958: hue angle of 287.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480958 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 9 | 88 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.65 |
| HSL | 287.85º | 0.81% | 0.19% | - |
| HSV(B) | 287.85º | 0.9% | 0.35% | - |
| XYZ | 4.53 | 2.28 | 9.43 | - |
| YUV | 36.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 88 | 0.18 | 0.90 | 0 | 0.65 | 287.85 | 0.81 | 0.19 |
| Hex | 48 | 9 | 58 | 12 | 5A | 0 | 41 | 120 | 51 | 13 |
| Octal | 110 | 11 | 130 | 22 | 132 | 0 | 101 | 440 | 121 | 23 |
| Binary | 1001000 | 1001 | 1011000 | 10010 | 1011010 | 0 | 1000001 | 100100000 | 1010001 | 10011 |
Color Harmonies of #480958
Complementary color
Monochromatic Colors of #480958
Black with #480958
Text Example
Text Example
White with #480958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480958; }
p { color: rgb(72,9,88); }
H1.HeaderClassName
{
color: #480958;
}
.AnyTagClassName
{
color: #480958;
}
</style>
background-color css
<style>
a { background-color: #480958; }
a { background-color: rgb(72,9,88); }
div.DivClassName
{
background-color: #480958;
}
.BgClassName
{
background-color: #480958;
}
</style>
border-color css
<style>
span { border-color: #480958; }
span { border-color: rgb(72,9,88); }
td.TdClassName
{
border-color: #480958;
}
.TagClassName
{
border-color: #480958;
}
</style>