Shades of Scarlet Gum #482155
Tints of Scarlet Gum #482155
RGB
CMYK
RGB Variations
Color information
#482155 (or 0x482155) is known color: Scarlet Gum. HEX triplet: 48, 21 and 55. RGB value is (72,33,85). Sum of RGB (Red+Green+Blue) = 72+33+85=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #482155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482155 is #B7DEAA. Grayscale: #323232. Windows color (decimal): -12050091 or 5579080. OLE color: 5579080.
HSL color Cylindrical-coordinate representation of color #482155: hue angle of 285º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482155 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 33 | 85 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.67 |
| HSL | 285º | 0.44% | 0.23% | - |
| HSV(B) | 285º | 0.61% | 0.33% | - |
| XYZ | 4.86 | 3.12 | 8.94 | - |
| YUV | 50.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 85 | 0.15 | 0.61 | 0 | 0.67 | 285 | 0.44 | 0.23 |
| Hex | 48 | 21 | 55 | F | 3D | 0 | 43 | 11D | 2C | 17 |
| Octal | 110 | 41 | 125 | 17 | 75 | 0 | 103 | 435 | 54 | 27 |
| Binary | 1001000 | 100001 | 1010101 | 1111 | 111101 | 0 | 1000011 | 100011101 | 101100 | 10111 |
Color Harmonies of #482155
Complementary color
Monochromatic Colors of #482155
Black with #482155
Text Example
Text Example
White with #482155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482155; }
p { color: rgb(72,33,85); }
H1.HeaderClassName
{
color: #482155;
}
.AnyTagClassName
{
color: #482155;
}
</style>
background-color css
<style>
a { background-color: #482155; }
a { background-color: rgb(72,33,85); }
div.DivClassName
{
background-color: #482155;
}
.BgClassName
{
background-color: #482155;
}
</style>
border-color css
<style>
span { border-color: #482155; }
span { border-color: rgb(72,33,85); }
td.TdClassName
{
border-color: #482155;
}
.TagClassName
{
border-color: #482155;
}
</style>