Shades of Scarlet Gum #483158
Tints of Scarlet Gum #483158
RGB
CMYK
RGB Variations
Color information
#483158 (or 0x483158) is known color: Scarlet Gum. HEX triplet: 48, 31 and 58. RGB value is (72,49,88). Sum of RGB (Red+Green+Blue) = 72+49+88=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #483158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483158 is #B7CEA7. Grayscale: #3C3C3C. Windows color (decimal): -12045992 or 5779784. OLE color: 5779784.
HSL color Cylindrical-coordinate representation of color #483158: hue angle of 275.38º 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 #483158 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 49 | 88 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.65 |
| HSL | 275.38º | 0.28% | 0.27% | - |
| HSV(B) | 275.38º | 0.44% | 0.35% | - |
| XYZ | 5.53 | 4.28 | 9.77 | - |
| YUV | 60.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 88 | 0.18 | 0.44 | 0 | 0.65 | 275.38 | 0.28 | 0.27 |
| Hex | 48 | 31 | 58 | 12 | 2C | 0 | 41 | 113 | 1C | 1B |
| Octal | 110 | 61 | 130 | 22 | 54 | 0 | 101 | 423 | 34 | 33 |
| Binary | 1001000 | 110001 | 1011000 | 10010 | 101100 | 0 | 1000001 | 100010011 | 11100 | 11011 |
Color Harmonies of #483158
Complementary color
Monochromatic Colors of #483158
Black with #483158
Text Example
Text Example
White with #483158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483158; }
p { color: rgb(72,49,88); }
H1.HeaderClassName
{
color: #483158;
}
.AnyTagClassName
{
color: #483158;
}
</style>
background-color css
<style>
a { background-color: #483158; }
a { background-color: rgb(72,49,88); }
div.DivClassName
{
background-color: #483158;
}
.BgClassName
{
background-color: #483158;
}
</style>
border-color css
<style>
span { border-color: #483158; }
span { border-color: rgb(72,49,88); }
td.TdClassName
{
border-color: #483158;
}
.TagClassName
{
border-color: #483158;
}
</style>