Shades of Scarlet Gum #48335E
Tints of Scarlet Gum #48335E
RGB
CMYK
RGB Variations
Color information
#48335E (or 0x48335E) is known color: Scarlet Gum. HEX triplet: 48, 33 and 5E. RGB value is (72,51,94). Sum of RGB (Red+Green+Blue) = 72+51+94=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #48335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48335E is #B7CCA1. Grayscale: #3E3E3E. Windows color (decimal): -12045474 or 6173512. OLE color: 6173512.
HSL color Cylindrical-coordinate representation of color #48335E: hue angle of 269.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48335E is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 51 | 94 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.63 |
| HSL | 269.3º | 0.3% | 0.28% | - |
| HSV(B) | 269.3º | 0.46% | 0.37% | - |
| XYZ | 5.88 | 4.55 | 11.16 | - |
| YUV | 62.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 94 | 0.23 | 0.46 | 0 | 0.63 | 269.3 | 0.3 | 0.28 |
| Hex | 48 | 33 | 5E | 17 | 2E | 0 | 3F | 10D | 1E | 1C |
| Octal | 110 | 63 | 136 | 27 | 56 | 0 | 77 | 415 | 36 | 34 |
| Binary | 1001000 | 110011 | 1011110 | 10111 | 101110 | 0 | 111111 | 100001101 | 11110 | 11100 |
Color Harmonies of #48335E
Complementary color
Monochromatic Colors of #48335E
Black with #48335E
Text Example
Text Example
White with #48335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48335E; }
p { color: rgb(72,51,94); }
H1.HeaderClassName
{
color: #48335E;
}
.AnyTagClassName
{
color: #48335E;
}
</style>
background-color css
<style>
a { background-color: #48335E; }
a { background-color: rgb(72,51,94); }
div.DivClassName
{
background-color: #48335E;
}
.BgClassName
{
background-color: #48335E;
}
</style>
border-color css
<style>
span { border-color: #48335E; }
span { border-color: rgb(72,51,94); }
td.TdClassName
{
border-color: #48335E;
}
.TagClassName
{
border-color: #48335E;
}
</style>