Shades of Scarlet Gum #48255B
Tints of Scarlet Gum #48255B
RGB
CMYK
RGB Variations
Color information
#48255B (or 0x48255B) is known color: Scarlet Gum. HEX triplet: 48, 25 and 5B. RGB value is (72,37,91). Sum of RGB (Red+Green+Blue) = 72+37+91=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #48255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255B is #B7DAA4. Grayscale: #353535. Windows color (decimal): -12049061 or 5973320. OLE color: 5973320.
HSL color Cylindrical-coordinate representation of color #48255B: hue angle of 278.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48255B is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 37 | 91 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.64 |
| HSL | 278.89º | 0.42% | 0.25% | - |
| HSV(B) | 278.89º | 0.59% | 0.36% | - |
| XYZ | 5.22 | 3.46 | 10.29 | - |
| YUV | 53.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 91 | 0.21 | 0.59 | 0 | 0.64 | 278.89 | 0.42 | 0.25 |
| Hex | 48 | 25 | 5B | 15 | 3B | 0 | 40 | 117 | 2A | 19 |
| Octal | 110 | 45 | 133 | 25 | 73 | 0 | 100 | 427 | 52 | 31 |
| Binary | 1001000 | 100101 | 1011011 | 10101 | 111011 | 0 | 1000000 | 100010111 | 101010 | 11001 |
Color Harmonies of #48255B
Complementary color
Monochromatic Colors of #48255B
Black with #48255B
Text Example
Text Example
White with #48255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48255B; }
p { color: rgb(72,37,91); }
H1.HeaderClassName
{
color: #48255B;
}
.AnyTagClassName
{
color: #48255B;
}
</style>
background-color css
<style>
a { background-color: #48255B; }
a { background-color: rgb(72,37,91); }
div.DivClassName
{
background-color: #48255B;
}
.BgClassName
{
background-color: #48255B;
}
</style>
border-color css
<style>
span { border-color: #48255B; }
span { border-color: rgb(72,37,91); }
td.TdClassName
{
border-color: #48255B;
}
.TagClassName
{
border-color: #48255B;
}
</style>