Shades of Scarlet Gum #480E57
Tints of Scarlet Gum #480E57
RGB
CMYK
RGB Variations
Color information
#480E57 (or 0x480E57) is known color: Scarlet Gum. HEX triplet: 48, 0E and 57. RGB value is (72,14,87). Sum of RGB (Red+Green+Blue) = 72+14+87=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #480E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E57 is #B7F1A8. Grayscale: #272727. Windows color (decimal): -12054953 or 5705288. OLE color: 5705288.
HSL color Cylindrical-coordinate representation of color #480E57: hue angle of 287.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480E57 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 14 | 87 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.66 |
| HSL | 287.67º | 0.72% | 0.2% | - |
| HSV(B) | 287.67º | 0.84% | 0.34% | - |
| XYZ | 4.55 | 2.38 | 9.24 | - |
| YUV | 39.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 87 | 0.17 | 0.84 | 0 | 0.66 | 287.67 | 0.72 | 0.2 |
| Hex | 48 | E | 57 | 11 | 54 | 0 | 42 | 120 | 48 | 14 |
| Octal | 110 | 16 | 127 | 21 | 124 | 0 | 102 | 440 | 110 | 24 |
| Binary | 1001000 | 1110 | 1010111 | 10001 | 1010100 | 0 | 1000010 | 100100000 | 1001000 | 10100 |
Color Harmonies of #480E57
Complementary color
Monochromatic Colors of #480E57
Black with #480E57
Text Example
Text Example
White with #480E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E57; }
p { color: rgb(72,14,87); }
H1.HeaderClassName
{
color: #480E57;
}
.AnyTagClassName
{
color: #480E57;
}
</style>
background-color css
<style>
a { background-color: #480E57; }
a { background-color: rgb(72,14,87); }
div.DivClassName
{
background-color: #480E57;
}
.BgClassName
{
background-color: #480E57;
}
</style>
border-color css
<style>
span { border-color: #480E57; }
span { border-color: rgb(72,14,87); }
td.TdClassName
{
border-color: #480E57;
}
.TagClassName
{
border-color: #480E57;
}
</style>