Shades of Scarlet Gum #482D58
Tints of Scarlet Gum #482D58
RGB
CMYK
RGB Variations
Color information
#482D58 (or 0x482D58) is known color: Scarlet Gum. HEX triplet: 48, 2D and 58. RGB value is (72,45,88). Sum of RGB (Red+Green+Blue) = 72+45+88=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #482D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D58 is #B7D2A7. Grayscale: #393939. Windows color (decimal): -12047016 or 5778760. OLE color: 5778760.
HSL color Cylindrical-coordinate representation of color #482D58: hue angle of 277.67º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482D58 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 45 | 88 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.65 |
| HSL | 277.67º | 0.32% | 0.26% | - |
| HSV(B) | 277.67º | 0.49% | 0.35% | - |
| XYZ | 5.37 | 3.96 | 9.71 | - |
| YUV | 57.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 88 | 0.18 | 0.49 | 0 | 0.65 | 277.67 | 0.32 | 0.26 |
| Hex | 48 | 2D | 58 | 12 | 31 | 0 | 41 | 116 | 20 | 1A |
| Octal | 110 | 55 | 130 | 22 | 61 | 0 | 101 | 426 | 40 | 32 |
| Binary | 1001000 | 101101 | 1011000 | 10010 | 110001 | 0 | 1000001 | 100010110 | 100000 | 11010 |
Color Harmonies of #482D58
Complementary color
Monochromatic Colors of #482D58
Black with #482D58
Text Example
Text Example
White with #482D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D58; }
p { color: rgb(72,45,88); }
H1.HeaderClassName
{
color: #482D58;
}
.AnyTagClassName
{
color: #482D58;
}
</style>
background-color css
<style>
a { background-color: #482D58; }
a { background-color: rgb(72,45,88); }
div.DivClassName
{
background-color: #482D58;
}
.BgClassName
{
background-color: #482D58;
}
</style>
border-color css
<style>
span { border-color: #482D58; }
span { border-color: rgb(72,45,88); }
td.TdClassName
{
border-color: #482D58;
}
.TagClassName
{
border-color: #482D58;
}
</style>