Shades of Scarlet Gum #483259
Tints of Scarlet Gum #483259
RGB
CMYK
RGB Variations
Color information
#483259 (or 0x483259) is known color: Scarlet Gum. HEX triplet: 48, 32 and 59. RGB value is (72,50,89). Sum of RGB (Red+Green+Blue) = 72+50+89=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #483259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483259 is #B7CDA6. Grayscale: #3C3C3C. Windows color (decimal): -12045735 or 5845576. OLE color: 5845576.
HSL color Cylindrical-coordinate representation of color #483259: hue angle of 273.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483259 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 50 | 89 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.65 |
| HSL | 273.85º | 0.28% | 0.27% | - |
| HSV(B) | 273.85º | 0.44% | 0.35% | - |
| XYZ | 5.62 | 4.38 | 10 | - |
| YUV | 61.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 89 | 0.19 | 0.44 | 0 | 0.65 | 273.85 | 0.28 | 0.27 |
| Hex | 48 | 32 | 59 | 13 | 2C | 0 | 41 | 112 | 1C | 1B |
| Octal | 110 | 62 | 131 | 23 | 54 | 0 | 101 | 422 | 34 | 33 |
| Binary | 1001000 | 110010 | 1011001 | 10011 | 101100 | 0 | 1000001 | 100010010 | 11100 | 11011 |
Color Harmonies of #483259
Complementary color
Monochromatic Colors of #483259
Black with #483259
Text Example
Text Example
White with #483259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483259; }
p { color: rgb(72,50,89); }
H1.HeaderClassName
{
color: #483259;
}
.AnyTagClassName
{
color: #483259;
}
</style>
background-color css
<style>
a { background-color: #483259; }
a { background-color: rgb(72,50,89); }
div.DivClassName
{
background-color: #483259;
}
.BgClassName
{
background-color: #483259;
}
</style>
border-color css
<style>
span { border-color: #483259; }
span { border-color: rgb(72,50,89); }
td.TdClassName
{
border-color: #483259;
}
.TagClassName
{
border-color: #483259;
}
</style>