Shades of Scarlet Gum #48215A
Tints of Scarlet Gum #48215A
RGB
CMYK
RGB Variations
Color information
#48215A (or 0x48215A) is known color: Scarlet Gum. HEX triplet: 48, 21 and 5A. RGB value is (72,33,90). Sum of RGB (Red+Green+Blue) = 72+33+90=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #48215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215A is #B7DEA5. Grayscale: #323232. Windows color (decimal): -12050086 or 5906760. OLE color: 5906760.
HSL color Cylindrical-coordinate representation of color #48215A: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48215A is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 33 | 90 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.65 |
| HSL | 281.05º | 0.46% | 0.24% | - |
| HSV(B) | 281.05º | 0.63% | 0.35% | - |
| XYZ | 5.06 | 3.2 | 10.02 | - |
| YUV | 51.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 90 | 0.20 | 0.63 | 0 | 0.65 | 281.05 | 0.46 | 0.24 |
| Hex | 48 | 21 | 5A | 14 | 3F | 0 | 41 | 119 | 2E | 18 |
| Octal | 110 | 41 | 132 | 24 | 77 | 0 | 101 | 431 | 56 | 30 |
| Binary | 1001000 | 100001 | 1011010 | 10100 | 111111 | 0 | 1000001 | 100011001 | 101110 | 11000 |
Color Harmonies of #48215A
Complementary color
Monochromatic Colors of #48215A
Black with #48215A
Text Example
Text Example
White with #48215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48215A; }
p { color: rgb(72,33,90); }
H1.HeaderClassName
{
color: #48215A;
}
.AnyTagClassName
{
color: #48215A;
}
</style>
background-color css
<style>
a { background-color: #48215A; }
a { background-color: rgb(72,33,90); }
div.DivClassName
{
background-color: #48215A;
}
.BgClassName
{
background-color: #48215A;
}
</style>
border-color css
<style>
span { border-color: #48215A; }
span { border-color: rgb(72,33,90); }
td.TdClassName
{
border-color: #48215A;
}
.TagClassName
{
border-color: #48215A;
}
</style>