Shades of Scarlet Gum #483059
Tints of Scarlet Gum #483059
RGB
CMYK
RGB Variations
Color information
#483059 (or 0x483059) is known color: Scarlet Gum. HEX triplet: 48, 30 and 59. RGB value is (72,48,89). Sum of RGB (Red+Green+Blue) = 72+48+89=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #483059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483059 is #B7CFA6. Grayscale: #3B3B3B. Windows color (decimal): -12046247 or 5845064. OLE color: 5845064.
HSL color Cylindrical-coordinate representation of color #483059: hue angle of 275.12º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483059 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 48 | 89 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.65 |
| HSL | 275.12º | 0.3% | 0.27% | - |
| HSV(B) | 275.12º | 0.46% | 0.35% | - |
| XYZ | 5.53 | 4.21 | 9.97 | - |
| YUV | 59.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 89 | 0.19 | 0.46 | 0 | 0.65 | 275.12 | 0.3 | 0.27 |
| Hex | 48 | 30 | 59 | 13 | 2E | 0 | 41 | 113 | 1E | 1B |
| Octal | 110 | 60 | 131 | 23 | 56 | 0 | 101 | 423 | 36 | 33 |
| Binary | 1001000 | 110000 | 1011001 | 10011 | 101110 | 0 | 1000001 | 100010011 | 11110 | 11011 |
Color Harmonies of #483059
Complementary color
Monochromatic Colors of #483059
Black with #483059
Text Example
Text Example
White with #483059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483059; }
p { color: rgb(72,48,89); }
H1.HeaderClassName
{
color: #483059;
}
.AnyTagClassName
{
color: #483059;
}
</style>
background-color css
<style>
a { background-color: #483059; }
a { background-color: rgb(72,48,89); }
div.DivClassName
{
background-color: #483059;
}
.BgClassName
{
background-color: #483059;
}
</style>
border-color css
<style>
span { border-color: #483059; }
span { border-color: rgb(72,48,89); }
td.TdClassName
{
border-color: #483059;
}
.TagClassName
{
border-color: #483059;
}
</style>