Shades of Scarlet Gum #482E55
Tints of Scarlet Gum #482E55
RGB
CMYK
RGB Variations
Color information
#482E55 (or 0x482E55) is known color: Scarlet Gum. HEX triplet: 48, 2E and 55. RGB value is (72,46,85). Sum of RGB (Red+Green+Blue) = 72+46+85=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #482E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E55 is #B7D1AA. Grayscale: #3A3A3A. Windows color (decimal): -12046763 or 5582408. OLE color: 5582408.
HSL color Cylindrical-coordinate representation of color #482E55: hue angle of 280º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482E55 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 46 | 85 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.67 |
| HSL | 280º | 0.3% | 0.26% | - |
| HSV(B) | 280º | 0.46% | 0.33% | - |
| XYZ | 5.29 | 3.99 | 9.09 | - |
| YUV | 58.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 85 | 0.15 | 0.46 | 0 | 0.67 | 280 | 0.3 | 0.26 |
| Hex | 48 | 2E | 55 | F | 2E | 0 | 43 | 118 | 1E | 1A |
| Octal | 110 | 56 | 125 | 17 | 56 | 0 | 103 | 430 | 36 | 32 |
| Binary | 1001000 | 101110 | 1010101 | 1111 | 101110 | 0 | 1000011 | 100011000 | 11110 | 11010 |
Color Harmonies of #482E55
Complementary color
Monochromatic Colors of #482E55
Black with #482E55
Text Example
Text Example
White with #482E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E55; }
p { color: rgb(72,46,85); }
H1.HeaderClassName
{
color: #482E55;
}
.AnyTagClassName
{
color: #482E55;
}
</style>
background-color css
<style>
a { background-color: #482E55; }
a { background-color: rgb(72,46,85); }
div.DivClassName
{
background-color: #482E55;
}
.BgClassName
{
background-color: #482E55;
}
</style>
border-color css
<style>
span { border-color: #482E55; }
span { border-color: rgb(72,46,85); }
td.TdClassName
{
border-color: #482E55;
}
.TagClassName
{
border-color: #482E55;
}
</style>