Shades of Scarlet Gum #48125B
Tints of Scarlet Gum #48125B
RGB
CMYK
RGB Variations
Color information
#48125B (or 0x48125B) is known color: Scarlet Gum. HEX triplet: 48, 12 and 5B. RGB value is (72,18,91). Sum of RGB (Red+Green+Blue) = 72+18+91=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #48125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48125B is #B7EDA4. Grayscale: #2A2A2A. Windows color (decimal): -12053925 or 5968456. OLE color: 5968456.
HSL color Cylindrical-coordinate representation of color #48125B: hue angle of 284.38º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48125B is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 18 | 91 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.64 |
| HSL | 284.38º | 0.67% | 0.21% | - |
| HSV(B) | 284.38º | 0.8% | 0.36% | - |
| XYZ | 4.78 | 2.57 | 10.14 | - |
| YUV | 42.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 91 | 0.21 | 0.80 | 0 | 0.64 | 284.38 | 0.67 | 0.21 |
| Hex | 48 | 12 | 5B | 15 | 50 | 0 | 40 | 11C | 43 | 15 |
| Octal | 110 | 22 | 133 | 25 | 120 | 0 | 100 | 434 | 103 | 25 |
| Binary | 1001000 | 10010 | 1011011 | 10101 | 1010000 | 0 | 1000000 | 100011100 | 1000011 | 10101 |
Color Harmonies of #48125B
Complementary color
Monochromatic Colors of #48125B
Black with #48125B
Text Example
Text Example
White with #48125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48125B; }
p { color: rgb(72,18,91); }
H1.HeaderClassName
{
color: #48125B;
}
.AnyTagClassName
{
color: #48125B;
}
</style>
background-color css
<style>
a { background-color: #48125B; }
a { background-color: rgb(72,18,91); }
div.DivClassName
{
background-color: #48125B;
}
.BgClassName
{
background-color: #48125B;
}
</style>
border-color css
<style>
span { border-color: #48125B; }
span { border-color: rgb(72,18,91); }
td.TdClassName
{
border-color: #48125B;
}
.TagClassName
{
border-color: #48125B;
}
</style>