Shades of Scarlet Gum #482855
Tints of Scarlet Gum #482855
RGB
CMYK
RGB Variations
Color information
#482855 (or 0x482855) is known color: Scarlet Gum. HEX triplet: 48, 28 and 55. RGB value is (72,40,85). Sum of RGB (Red+Green+Blue) = 72+40+85=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #482855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482855 is #B7D7AA. Grayscale: #363636. Windows color (decimal): -12048299 or 5580872. OLE color: 5580872.
HSL color Cylindrical-coordinate representation of color #482855: hue angle of 282.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482855 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 40 | 85 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.67 |
| HSL | 282.67º | 0.36% | 0.25% | - |
| HSV(B) | 282.67º | 0.53% | 0.33% | - |
| XYZ | 5.07 | 3.55 | 9.01 | - |
| YUV | 54.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 85 | 0.15 | 0.53 | 0 | 0.67 | 282.67 | 0.36 | 0.25 |
| Hex | 48 | 28 | 55 | F | 35 | 0 | 43 | 11B | 24 | 19 |
| Octal | 110 | 50 | 125 | 17 | 65 | 0 | 103 | 433 | 44 | 31 |
| Binary | 1001000 | 101000 | 1010101 | 1111 | 110101 | 0 | 1000011 | 100011011 | 100100 | 11001 |
Color Harmonies of #482855
Complementary color
Monochromatic Colors of #482855
Black with #482855
Text Example
Text Example
White with #482855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482855; }
p { color: rgb(72,40,85); }
H1.HeaderClassName
{
color: #482855;
}
.AnyTagClassName
{
color: #482855;
}
</style>
background-color css
<style>
a { background-color: #482855; }
a { background-color: rgb(72,40,85); }
div.DivClassName
{
background-color: #482855;
}
.BgClassName
{
background-color: #482855;
}
</style>
border-color css
<style>
span { border-color: #482855; }
span { border-color: rgb(72,40,85); }
td.TdClassName
{
border-color: #482855;
}
.TagClassName
{
border-color: #482855;
}
</style>