Shades of Scarlet Gum #482D53
Tints of Scarlet Gum #482D53
RGB
CMYK
RGB Variations
Color information
#482D53 (or 0x482D53) is known color: Scarlet Gum. HEX triplet: 48, 2D and 53. RGB value is (72,45,83). Sum of RGB (Red+Green+Blue) = 72+45+83=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #482D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D53 is #B7D2AC. Grayscale: #393939. Windows color (decimal): -12047021 or 5451080. OLE color: 5451080.
HSL color Cylindrical-coordinate representation of color #482D53: hue angle of 282.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482D53 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 45 | 83 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.67 |
| HSL | 282.63º | 0.3% | 0.25% | - |
| HSV(B) | 282.63º | 0.46% | 0.33% | - |
| XYZ | 5.17 | 3.88 | 8.66 | - |
| YUV | 57.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 83 | 0.13 | 0.46 | 0 | 0.67 | 282.63 | 0.3 | 0.25 |
| Hex | 48 | 2D | 53 | D | 2E | 0 | 43 | 11B | 1E | 19 |
| Octal | 110 | 55 | 123 | 15 | 56 | 0 | 103 | 433 | 36 | 31 |
| Binary | 1001000 | 101101 | 1010011 | 1101 | 101110 | 0 | 1000011 | 100011011 | 11110 | 11001 |
Color Harmonies of #482D53
Complementary color
Monochromatic Colors of #482D53
Black with #482D53
Text Example
Text Example
White with #482D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D53; }
p { color: rgb(72,45,83); }
H1.HeaderClassName
{
color: #482D53;
}
.AnyTagClassName
{
color: #482D53;
}
</style>
background-color css
<style>
a { background-color: #482D53; }
a { background-color: rgb(72,45,83); }
div.DivClassName
{
background-color: #482D53;
}
.BgClassName
{
background-color: #482D53;
}
</style>
border-color css
<style>
span { border-color: #482D53; }
span { border-color: rgb(72,45,83); }
td.TdClassName
{
border-color: #482D53;
}
.TagClassName
{
border-color: #482D53;
}
</style>