Shades of Scarlet Gum #482556
Tints of Scarlet Gum #482556
RGB
CMYK
RGB Variations
Color information
#482556 (or 0x482556) is known color: Scarlet Gum. HEX triplet: 48, 25 and 56. RGB value is (72,37,86). Sum of RGB (Red+Green+Blue) = 72+37+86=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #482556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482556 is #B7DAA9. Grayscale: #343434. Windows color (decimal): -12049066 or 5645640. OLE color: 5645640.
HSL color Cylindrical-coordinate representation of color #482556: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482556 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 37 | 86 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.66 |
| HSL | 282.86º | 0.4% | 0.24% | - |
| HSV(B) | 282.86º | 0.57% | 0.34% | - |
| XYZ | 5.01 | 3.37 | 9.19 | - |
| YUV | 53.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 86 | 0.16 | 0.57 | 0 | 0.66 | 282.86 | 0.4 | 0.24 |
| Hex | 48 | 25 | 56 | 10 | 39 | 0 | 42 | 11B | 28 | 18 |
| Octal | 110 | 45 | 126 | 20 | 71 | 0 | 102 | 433 | 50 | 30 |
| Binary | 1001000 | 100101 | 1010110 | 10000 | 111001 | 0 | 1000010 | 100011011 | 101000 | 11000 |
Color Harmonies of #482556
Complementary color
Monochromatic Colors of #482556
Black with #482556
Text Example
Text Example
White with #482556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482556; }
p { color: rgb(72,37,86); }
H1.HeaderClassName
{
color: #482556;
}
.AnyTagClassName
{
color: #482556;
}
</style>
background-color css
<style>
a { background-color: #482556; }
a { background-color: rgb(72,37,86); }
div.DivClassName
{
background-color: #482556;
}
.BgClassName
{
background-color: #482556;
}
</style>
border-color css
<style>
span { border-color: #482556; }
span { border-color: rgb(72,37,86); }
td.TdClassName
{
border-color: #482556;
}
.TagClassName
{
border-color: #482556;
}
</style>