Shades of Scarlet Gum #482C5F
Tints of Scarlet Gum #482C5F
RGB
CMYK
RGB Variations
Color information
#482C5F (or 0x482C5F) is known color: Scarlet Gum. HEX triplet: 48, 2C and 5F. RGB value is (72,44,95). Sum of RGB (Red+Green+Blue) = 72+44+95=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #482C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C5F is #B7D3A0. Grayscale: #3A3A3A. Windows color (decimal): -12047265 or 6237256. OLE color: 6237256.
HSL color Cylindrical-coordinate representation of color #482C5F: hue angle of 272.94º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482C5F is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 44 | 95 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.63 |
| HSL | 272.94º | 0.37% | 0.27% | - |
| HSV(B) | 272.94º | 0.54% | 0.37% | - |
| XYZ | 5.64 | 4.01 | 11.3 | - |
| YUV | 58.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 95 | 0.24 | 0.54 | 0 | 0.63 | 272.94 | 0.37 | 0.27 |
| Hex | 48 | 2C | 5F | 18 | 36 | 0 | 3F | 111 | 25 | 1B |
| Octal | 110 | 54 | 137 | 30 | 66 | 0 | 77 | 421 | 45 | 33 |
| Binary | 1001000 | 101100 | 1011111 | 11000 | 110110 | 0 | 111111 | 100010001 | 100101 | 11011 |
Color Harmonies of #482C5F
Complementary color
Monochromatic Colors of #482C5F
Black with #482C5F
Text Example
Text Example
White with #482C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C5F; }
p { color: rgb(72,44,95); }
H1.HeaderClassName
{
color: #482C5F;
}
.AnyTagClassName
{
color: #482C5F;
}
</style>
background-color css
<style>
a { background-color: #482C5F; }
a { background-color: rgb(72,44,95); }
div.DivClassName
{
background-color: #482C5F;
}
.BgClassName
{
background-color: #482C5F;
}
</style>
border-color css
<style>
span { border-color: #482C5F; }
span { border-color: rgb(72,44,95); }
td.TdClassName
{
border-color: #482C5F;
}
.TagClassName
{
border-color: #482C5F;
}
</style>