Shades of Scarlet Gum #480D5F
Tints of Scarlet Gum #480D5F
RGB
CMYK
RGB Variations
Color information
#480D5F (or 0x480D5F) is known color: Scarlet Gum. HEX triplet: 48, 0D and 5F. RGB value is (72,13,95). Sum of RGB (Red+Green+Blue) = 72+13+95=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #480D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480D5F is #B7F2A0. Grayscale: #272727. Windows color (decimal): -12055201 or 6229320. OLE color: 6229320.
HSL color Cylindrical-coordinate representation of color #480D5F: hue angle of 283.17º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480D5F is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 13 | 95 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.63 |
| HSL | 283.17º | 0.76% | 0.21% | - |
| HSV(B) | 283.17º | 0.86% | 0.37% | - |
| XYZ | 4.88 | 2.49 | 11.05 | - |
| YUV | 39.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 95 | 0.24 | 0.86 | 0 | 0.63 | 283.17 | 0.76 | 0.21 |
| Hex | 48 | D | 5F | 18 | 56 | 0 | 3F | 11B | 4C | 15 |
| Octal | 110 | 15 | 137 | 30 | 126 | 0 | 77 | 433 | 114 | 25 |
| Binary | 1001000 | 1101 | 1011111 | 11000 | 1010110 | 0 | 111111 | 100011011 | 1001100 | 10101 |
Color Harmonies of #480D5F
Complementary color
Monochromatic Colors of #480D5F
Black with #480D5F
Text Example
Text Example
White with #480D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D5F; }
p { color: rgb(72,13,95); }
H1.HeaderClassName
{
color: #480D5F;
}
.AnyTagClassName
{
color: #480D5F;
}
</style>
background-color css
<style>
a { background-color: #480D5F; }
a { background-color: rgb(72,13,95); }
div.DivClassName
{
background-color: #480D5F;
}
.BgClassName
{
background-color: #480D5F;
}
</style>
border-color css
<style>
span { border-color: #480D5F; }
span { border-color: rgb(72,13,95); }
td.TdClassName
{
border-color: #480D5F;
}
.TagClassName
{
border-color: #480D5F;
}
</style>