Shades of Scarlet Gum #48315D
Tints of Scarlet Gum #48315D
RGB
CMYK
RGB Variations
Color information
#48315D (or 0x48315D) is known color: Scarlet Gum. HEX triplet: 48, 31 and 5D. RGB value is (72,49,93). Sum of RGB (Red+Green+Blue) = 72+49+93=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #48315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315D is #B7CEA2. Grayscale: #3C3C3C. Windows color (decimal): -12045987 or 6107464. OLE color: 6107464.
HSL color Cylindrical-coordinate representation of color #48315D: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48315D is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 49 | 93 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.64 |
| HSL | 271.36º | 0.31% | 0.28% | - |
| HSV(B) | 271.36º | 0.47% | 0.36% | - |
| XYZ | 5.75 | 4.36 | 10.9 | - |
| YUV | 60.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 93 | 0.23 | 0.47 | 0 | 0.64 | 271.36 | 0.31 | 0.28 |
| Hex | 48 | 31 | 5D | 17 | 2F | 0 | 40 | 10F | 1F | 1C |
| Octal | 110 | 61 | 135 | 27 | 57 | 0 | 100 | 417 | 37 | 34 |
| Binary | 1001000 | 110001 | 1011101 | 10111 | 101111 | 0 | 1000000 | 100001111 | 11111 | 11100 |
Color Harmonies of #48315D
Complementary color
Monochromatic Colors of #48315D
Black with #48315D
Text Example
Text Example
White with #48315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48315D; }
p { color: rgb(72,49,93); }
H1.HeaderClassName
{
color: #48315D;
}
.AnyTagClassName
{
color: #48315D;
}
</style>
background-color css
<style>
a { background-color: #48315D; }
a { background-color: rgb(72,49,93); }
div.DivClassName
{
background-color: #48315D;
}
.BgClassName
{
background-color: #48315D;
}
</style>
border-color css
<style>
span { border-color: #48315D; }
span { border-color: rgb(72,49,93); }
td.TdClassName
{
border-color: #48315D;
}
.TagClassName
{
border-color: #48315D;
}
</style>