Shades of Scarlet Gum #483159
Tints of Scarlet Gum #483159
RGB
CMYK
RGB Variations
Color information
#483159 (or 0x483159) is known color: Scarlet Gum. HEX triplet: 48, 31 and 59. RGB value is (72,49,89). Sum of RGB (Red+Green+Blue) = 72+49+89=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #483159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483159 is #B7CEA6. Grayscale: #3C3C3C. Windows color (decimal): -12045991 or 5845320. OLE color: 5845320.
HSL color Cylindrical-coordinate representation of color #483159: hue angle of 274.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483159 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 49 | 89 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.65 |
| HSL | 274.5º | 0.29% | 0.27% | - |
| HSV(B) | 274.5º | 0.45% | 0.35% | - |
| XYZ | 5.57 | 4.3 | 9.99 | - |
| YUV | 60.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 89 | 0.19 | 0.45 | 0 | 0.65 | 274.5 | 0.29 | 0.27 |
| Hex | 48 | 31 | 59 | 13 | 2D | 0 | 41 | 112 | 1D | 1B |
| Octal | 110 | 61 | 131 | 23 | 55 | 0 | 101 | 422 | 35 | 33 |
| Binary | 1001000 | 110001 | 1011001 | 10011 | 101101 | 0 | 1000001 | 100010010 | 11101 | 11011 |
Color Harmonies of #483159
Complementary color
Monochromatic Colors of #483159
Black with #483159
Text Example
Text Example
White with #483159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483159; }
p { color: rgb(72,49,89); }
H1.HeaderClassName
{
color: #483159;
}
.AnyTagClassName
{
color: #483159;
}
</style>
background-color css
<style>
a { background-color: #483159; }
a { background-color: rgb(72,49,89); }
div.DivClassName
{
background-color: #483159;
}
.BgClassName
{
background-color: #483159;
}
</style>
border-color css
<style>
span { border-color: #483159; }
span { border-color: rgb(72,49,89); }
td.TdClassName
{
border-color: #483159;
}
.TagClassName
{
border-color: #483159;
}
</style>