Shades of Scarlet Gum #482F57
Tints of Scarlet Gum #482F57
RGB
CMYK
RGB Variations
Color information
#482F57 (or 0x482F57) is known color: Scarlet Gum. HEX triplet: 48, 2F and 57. RGB value is (72,47,87). Sum of RGB (Red+Green+Blue) = 72+47+87=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #482F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F57 is #B7D0A8. Grayscale: #3A3A3A. Windows color (decimal): -12046505 or 5713736. OLE color: 5713736.
HSL color Cylindrical-coordinate representation of color #482F57: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482F57 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 47 | 87 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.66 |
| HSL | 277.5º | 0.3% | 0.26% | - |
| HSV(B) | 277.5º | 0.46% | 0.34% | - |
| XYZ | 5.41 | 4.1 | 9.52 | - |
| YUV | 59.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 87 | 0.17 | 0.46 | 0 | 0.66 | 277.5 | 0.3 | 0.26 |
| Hex | 48 | 2F | 57 | 11 | 2E | 0 | 42 | 116 | 1E | 1A |
| Octal | 110 | 57 | 127 | 21 | 56 | 0 | 102 | 426 | 36 | 32 |
| Binary | 1001000 | 101111 | 1010111 | 10001 | 101110 | 0 | 1000010 | 100010110 | 11110 | 11010 |
Color Harmonies of #482F57
Complementary color
Monochromatic Colors of #482F57
Black with #482F57
Text Example
Text Example
White with #482F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F57; }
p { color: rgb(72,47,87); }
H1.HeaderClassName
{
color: #482F57;
}
.AnyTagClassName
{
color: #482F57;
}
</style>
background-color css
<style>
a { background-color: #482F57; }
a { background-color: rgb(72,47,87); }
div.DivClassName
{
background-color: #482F57;
}
.BgClassName
{
background-color: #482F57;
}
</style>
border-color css
<style>
span { border-color: #482F57; }
span { border-color: rgb(72,47,87); }
td.TdClassName
{
border-color: #482F57;
}
.TagClassName
{
border-color: #482F57;
}
</style>