Shades of Scarlet Gum #48075E
Tints of Scarlet Gum #48075E
RGB
CMYK
RGB Variations
Color information
#48075E (or 0x48075E) is known color: Scarlet Gum. HEX triplet: 48, 07 and 5E. RGB value is (72,7,94). Sum of RGB (Red+Green+Blue) = 72+7+94=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #48075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48075E is #B7F8A1. Grayscale: #242424. Windows color (decimal): -12056738 or 6162248. OLE color: 6162248.
HSL color Cylindrical-coordinate representation of color #48075E: hue angle of 284.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48075E is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 7 | 94 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.63 |
| HSL | 284.83º | 0.86% | 0.2% | - |
| HSV(B) | 284.83º | 0.93% | 0.37% | - |
| XYZ | 4.77 | 2.34 | 10.79 | - |
| YUV | 36.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 94 | 0.23 | 0.93 | 0 | 0.63 | 284.83 | 0.86 | 0.2 |
| Hex | 48 | 7 | 5E | 17 | 5D | 0 | 3F | 11D | 56 | 14 |
| Octal | 110 | 7 | 136 | 27 | 135 | 0 | 77 | 435 | 126 | 24 |
| Binary | 1001000 | 111 | 1011110 | 10111 | 1011101 | 0 | 111111 | 100011101 | 1010110 | 10100 |
Color Harmonies of #48075E
Complementary color
Monochromatic Colors of #48075E
Black with #48075E
Text Example
Text Example
White with #48075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48075E; }
p { color: rgb(72,7,94); }
H1.HeaderClassName
{
color: #48075E;
}
.AnyTagClassName
{
color: #48075E;
}
</style>
background-color css
<style>
a { background-color: #48075E; }
a { background-color: rgb(72,7,94); }
div.DivClassName
{
background-color: #48075E;
}
.BgClassName
{
background-color: #48075E;
}
</style>
border-color css
<style>
span { border-color: #48075E; }
span { border-color: rgb(72,7,94); }
td.TdClassName
{
border-color: #48075E;
}
.TagClassName
{
border-color: #48075E;
}
</style>