Shades of Scarlet Gum #480F5F
Tints of Scarlet Gum #480F5F
RGB
CMYK
RGB Variations
Color information
#480F5F (or 0x480F5F) is known color: Scarlet Gum. HEX triplet: 48, 0F and 5F. RGB value is (72,15,95). Sum of RGB (Red+Green+Blue) = 72+15+95=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #480F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480F5F is #B7F0A0. Grayscale: #282828. Windows color (decimal): -12054689 or 6229832. OLE color: 6229832.
HSL color Cylindrical-coordinate representation of color #480F5F: hue angle of 282.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480F5F is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 15 | 95 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.63 |
| HSL | 282.75º | 0.73% | 0.22% | - |
| HSV(B) | 282.75º | 0.84% | 0.37% | - |
| XYZ | 4.91 | 2.55 | 11.06 | - |
| YUV | 41.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 95 | 0.24 | 0.84 | 0 | 0.63 | 282.75 | 0.73 | 0.22 |
| Hex | 48 | F | 5F | 18 | 54 | 0 | 3F | 11B | 49 | 16 |
| Octal | 110 | 17 | 137 | 30 | 124 | 0 | 77 | 433 | 111 | 26 |
| Binary | 1001000 | 1111 | 1011111 | 11000 | 1010100 | 0 | 111111 | 100011011 | 1001001 | 10110 |
Color Harmonies of #480F5F
Complementary color
Monochromatic Colors of #480F5F
Black with #480F5F
Text Example
Text Example
White with #480F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480F5F; }
p { color: rgb(72,15,95); }
H1.HeaderClassName
{
color: #480F5F;
}
.AnyTagClassName
{
color: #480F5F;
}
</style>
background-color css
<style>
a { background-color: #480F5F; }
a { background-color: rgb(72,15,95); }
div.DivClassName
{
background-color: #480F5F;
}
.BgClassName
{
background-color: #480F5F;
}
</style>
border-color css
<style>
span { border-color: #480F5F; }
span { border-color: rgb(72,15,95); }
td.TdClassName
{
border-color: #480F5F;
}
.TagClassName
{
border-color: #480F5F;
}
</style>