Shades of Scarlet Gum #482056
Tints of Scarlet Gum #482056
RGB
CMYK
RGB Variations
Color information
#482056 (or 0x482056) is known color: Scarlet Gum. HEX triplet: 48, 20 and 56. RGB value is (72,32,86). Sum of RGB (Red+Green+Blue) = 72+32+86=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #482056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482056 is #B7DFA9. Grayscale: #313131. Windows color (decimal): -12050346 or 5644360. OLE color: 5644360.
HSL color Cylindrical-coordinate representation of color #482056: hue angle of 284.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482056 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 32 | 86 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.66 |
| HSL | 284.44º | 0.46% | 0.23% | - |
| HSV(B) | 284.44º | 0.63% | 0.34% | - |
| XYZ | 4.87 | 3.08 | 9.14 | - |
| YUV | 50.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 86 | 0.16 | 0.63 | 0 | 0.66 | 284.44 | 0.46 | 0.23 |
| Hex | 48 | 20 | 56 | 10 | 3F | 0 | 42 | 11C | 2E | 17 |
| Octal | 110 | 40 | 126 | 20 | 77 | 0 | 102 | 434 | 56 | 27 |
| Binary | 1001000 | 100000 | 1010110 | 10000 | 111111 | 0 | 1000010 | 100011100 | 101110 | 10111 |
Color Harmonies of #482056
Complementary color
Monochromatic Colors of #482056
Black with #482056
Text Example
Text Example
White with #482056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482056; }
p { color: rgb(72,32,86); }
H1.HeaderClassName
{
color: #482056;
}
.AnyTagClassName
{
color: #482056;
}
</style>
background-color css
<style>
a { background-color: #482056; }
a { background-color: rgb(72,32,86); }
div.DivClassName
{
background-color: #482056;
}
.BgClassName
{
background-color: #482056;
}
</style>
border-color css
<style>
span { border-color: #482056; }
span { border-color: rgb(72,32,86); }
td.TdClassName
{
border-color: #482056;
}
.TagClassName
{
border-color: #482056;
}
</style>