Shades of Scarlet Gum #482E5D
Tints of Scarlet Gum #482E5D
RGB
CMYK
RGB Variations
Color information
#482E5D (or 0x482E5D) is known color: Scarlet Gum. HEX triplet: 48, 2E and 5D. RGB value is (72,46,93). Sum of RGB (Red+Green+Blue) = 72+46+93=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #482E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E5D is #B7D1A2. Grayscale: #3A3A3A. Windows color (decimal): -12046755 or 6106696. OLE color: 6106696.
HSL color Cylindrical-coordinate representation of color #482E5D: hue angle of 273.19º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482E5D is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 46 | 93 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.64 |
| HSL | 273.19º | 0.34% | 0.27% | - |
| HSV(B) | 273.19º | 0.51% | 0.36% | - |
| XYZ | 5.63 | 4.12 | 10.86 | - |
| YUV | 59.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 93 | 0.23 | 0.51 | 0 | 0.64 | 273.19 | 0.34 | 0.27 |
| Hex | 48 | 2E | 5D | 17 | 33 | 0 | 40 | 111 | 22 | 1B |
| Octal | 110 | 56 | 135 | 27 | 63 | 0 | 100 | 421 | 42 | 33 |
| Binary | 1001000 | 101110 | 1011101 | 10111 | 110011 | 0 | 1000000 | 100010001 | 100010 | 11011 |
Color Harmonies of #482E5D
Complementary color
Monochromatic Colors of #482E5D
Black with #482E5D
Text Example
Text Example
White with #482E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E5D; }
p { color: rgb(72,46,93); }
H1.HeaderClassName
{
color: #482E5D;
}
.AnyTagClassName
{
color: #482E5D;
}
</style>
background-color css
<style>
a { background-color: #482E5D; }
a { background-color: rgb(72,46,93); }
div.DivClassName
{
background-color: #482E5D;
}
.BgClassName
{
background-color: #482E5D;
}
</style>
border-color css
<style>
span { border-color: #482E5D; }
span { border-color: rgb(72,46,93); }
td.TdClassName
{
border-color: #482E5D;
}
.TagClassName
{
border-color: #482E5D;
}
</style>