Shades of Scarlet Gum #48285B
Tints of Scarlet Gum #48285B
RGB
CMYK
RGB Variations
Color information
#48285B (or 0x48285B) is known color: Scarlet Gum. HEX triplet: 48, 28 and 5B. RGB value is (72,40,91). Sum of RGB (Red+Green+Blue) = 72+40+91=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #48285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285B is #B7D7A4. Grayscale: #373737. Windows color (decimal): -12048293 or 5974088. OLE color: 5974088.
HSL color Cylindrical-coordinate representation of color #48285B: hue angle of 277.65º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48285B is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 40 | 91 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.64 |
| HSL | 277.65º | 0.39% | 0.26% | - |
| HSV(B) | 277.65º | 0.56% | 0.36% | - |
| XYZ | 5.32 | 3.65 | 10.32 | - |
| YUV | 55.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 91 | 0.21 | 0.56 | 0 | 0.64 | 277.65 | 0.39 | 0.26 |
| Hex | 48 | 28 | 5B | 15 | 38 | 0 | 40 | 116 | 27 | 1A |
| Octal | 110 | 50 | 133 | 25 | 70 | 0 | 100 | 426 | 47 | 32 |
| Binary | 1001000 | 101000 | 1011011 | 10101 | 111000 | 0 | 1000000 | 100010110 | 100111 | 11010 |
Color Harmonies of #48285B
Complementary color
Monochromatic Colors of #48285B
Black with #48285B
Text Example
Text Example
White with #48285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48285B; }
p { color: rgb(72,40,91); }
H1.HeaderClassName
{
color: #48285B;
}
.AnyTagClassName
{
color: #48285B;
}
</style>
background-color css
<style>
a { background-color: #48285B; }
a { background-color: rgb(72,40,91); }
div.DivClassName
{
background-color: #48285B;
}
.BgClassName
{
background-color: #48285B;
}
</style>
border-color css
<style>
span { border-color: #48285B; }
span { border-color: rgb(72,40,91); }
td.TdClassName
{
border-color: #48285B;
}
.TagClassName
{
border-color: #48285B;
}
</style>