Shades of Scarlet Gum #482A54
Tints of Scarlet Gum #482A54
RGB
CMYK
RGB Variations
Color information
#482A54 (or 0x482A54) is known color: Scarlet Gum. HEX triplet: 48, 2A and 54. RGB value is (72,42,84). Sum of RGB (Red+Green+Blue) = 72+42+84=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #482A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A54 is #B7D5AB. Grayscale: #373737. Windows color (decimal): -12047788 or 5515848. OLE color: 5515848.
HSL color Cylindrical-coordinate representation of color #482A54: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482A54 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 42 | 84 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.67 |
| HSL | 282.86º | 0.33% | 0.25% | - |
| HSV(B) | 282.86º | 0.5% | 0.33% | - |
| XYZ | 5.1 | 3.67 | 8.83 | - |
| YUV | 55.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 84 | 0.14 | 0.5 | 0 | 0.67 | 282.86 | 0.33 | 0.25 |
| Hex | 48 | 2A | 54 | E | 32 | 0 | 43 | 11B | 21 | 19 |
| Octal | 110 | 52 | 124 | 16 | 62 | 0 | 103 | 433 | 41 | 31 |
| Binary | 1001000 | 101010 | 1010100 | 1110 | 110010 | 0 | 1000011 | 100011011 | 100001 | 11001 |
Color Harmonies of #482A54
Complementary color
Monochromatic Colors of #482A54
Black with #482A54
Text Example
Text Example
White with #482A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A54; }
p { color: rgb(72,42,84); }
H1.HeaderClassName
{
color: #482A54;
}
.AnyTagClassName
{
color: #482A54;
}
</style>
background-color css
<style>
a { background-color: #482A54; }
a { background-color: rgb(72,42,84); }
div.DivClassName
{
background-color: #482A54;
}
.BgClassName
{
background-color: #482A54;
}
</style>
border-color css
<style>
span { border-color: #482A54; }
span { border-color: rgb(72,42,84); }
td.TdClassName
{
border-color: #482A54;
}
.TagClassName
{
border-color: #482A54;
}
</style>