Shades of Scarlet Gum #482060
Tints of Scarlet Gum #482060
RGB
CMYK
RGB Variations
Color information
#482060 (or 0x482060) is known color: Scarlet Gum. HEX triplet: 48, 20 and 60. RGB value is (72,32,96). Sum of RGB (Red+Green+Blue) = 72+32+96=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #482060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482060 is #B7DF9F. Grayscale: #333333. Windows color (decimal): -12050336 or 6299720. OLE color: 6299720.
HSL color Cylindrical-coordinate representation of color #482060: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482060 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 32 | 96 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.62 |
| HSL | 277.5º | 0.5% | 0.25% | - |
| HSV(B) | 277.5º | 0.67% | 0.38% | - |
| XYZ | 5.3 | 3.26 | 11.42 | - |
| YUV | 51.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 96 | 0.25 | 0.67 | 0 | 0.62 | 277.5 | 0.5 | 0.25 |
| Hex | 48 | 20 | 60 | 19 | 43 | 0 | 3E | 116 | 32 | 19 |
| Octal | 110 | 40 | 140 | 31 | 103 | 0 | 76 | 426 | 62 | 31 |
| Binary | 1001000 | 100000 | 1100000 | 11001 | 1000011 | 0 | 111110 | 100010110 | 110010 | 11001 |
Color Harmonies of #482060
Complementary color
Monochromatic Colors of #482060
Black with #482060
Text Example
Text Example
White with #482060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482060; }
p { color: rgb(72,32,96); }
H1.HeaderClassName
{
color: #482060;
}
.AnyTagClassName
{
color: #482060;
}
</style>
background-color css
<style>
a { background-color: #482060; }
a { background-color: rgb(72,32,96); }
div.DivClassName
{
background-color: #482060;
}
.BgClassName
{
background-color: #482060;
}
</style>
border-color css
<style>
span { border-color: #482060; }
span { border-color: rgb(72,32,96); }
td.TdClassName
{
border-color: #482060;
}
.TagClassName
{
border-color: #482060;
}
</style>