Shades of Scarlet Gum #482E5A
Tints of Scarlet Gum #482E5A
RGB
CMYK
RGB Variations
Color information
#482E5A (or 0x482E5A) is known color: Scarlet Gum. HEX triplet: 48, 2E and 5A. RGB value is (72,46,90). Sum of RGB (Red+Green+Blue) = 72+46+90=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #482E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E5A is #B7D1A5. Grayscale: #3A3A3A. Windows color (decimal): -12046758 or 5910088. OLE color: 5910088.
HSL color Cylindrical-coordinate representation of color #482E5A: hue angle of 275.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482E5A is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 46 | 90 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.65 |
| HSL | 275.45º | 0.32% | 0.27% | - |
| HSV(B) | 275.45º | 0.49% | 0.35% | - |
| XYZ | 5.49 | 4.07 | 10.17 | - |
| YUV | 58.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 90 | 0.20 | 0.49 | 0 | 0.65 | 275.45 | 0.32 | 0.27 |
| Hex | 48 | 2E | 5A | 14 | 31 | 0 | 41 | 113 | 20 | 1B |
| Octal | 110 | 56 | 132 | 24 | 61 | 0 | 101 | 423 | 40 | 33 |
| Binary | 1001000 | 101110 | 1011010 | 10100 | 110001 | 0 | 1000001 | 100010011 | 100000 | 11011 |
Color Harmonies of #482E5A
Complementary color
Monochromatic Colors of #482E5A
Black with #482E5A
Text Example
Text Example
White with #482E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E5A; }
p { color: rgb(72,46,90); }
H1.HeaderClassName
{
color: #482E5A;
}
.AnyTagClassName
{
color: #482E5A;
}
</style>
background-color css
<style>
a { background-color: #482E5A; }
a { background-color: rgb(72,46,90); }
div.DivClassName
{
background-color: #482E5A;
}
.BgClassName
{
background-color: #482E5A;
}
</style>
border-color css
<style>
span { border-color: #482E5A; }
span { border-color: rgb(72,46,90); }
td.TdClassName
{
border-color: #482E5A;
}
.TagClassName
{
border-color: #482E5A;
}
</style>