Shades of Scarlet Gum #48115C
Tints of Scarlet Gum #48115C
RGB
CMYK
RGB Variations
Color information
#48115C (or 0x48115C) is known color: Scarlet Gum. HEX triplet: 48, 11 and 5C. RGB value is (72,17,92). Sum of RGB (Red+Green+Blue) = 72+17+92=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #48115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48115C is #B7EEA3. Grayscale: #292929. Windows color (decimal): -12054180 or 6033736. OLE color: 6033736.
HSL color Cylindrical-coordinate representation of color #48115C: hue angle of 284º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48115C is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 17 | 92 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.64 |
| HSL | 284º | 0.69% | 0.21% | - |
| HSV(B) | 284º | 0.82% | 0.36% | - |
| XYZ | 4.8 | 2.55 | 10.36 | - |
| YUV | 42 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 92 | 0.22 | 0.82 | 0 | 0.64 | 284 | 0.69 | 0.21 |
| Hex | 48 | 11 | 5C | 16 | 52 | 0 | 40 | 11C | 45 | 15 |
| Octal | 110 | 21 | 134 | 26 | 122 | 0 | 100 | 434 | 105 | 25 |
| Binary | 1001000 | 10001 | 1011100 | 10110 | 1010010 | 0 | 1000000 | 100011100 | 1000101 | 10101 |
Color Harmonies of #48115C
Complementary color
Monochromatic Colors of #48115C
Black with #48115C
Text Example
Text Example
White with #48115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48115C; }
p { color: rgb(72,17,92); }
H1.HeaderClassName
{
color: #48115C;
}
.AnyTagClassName
{
color: #48115C;
}
</style>
background-color css
<style>
a { background-color: #48115C; }
a { background-color: rgb(72,17,92); }
div.DivClassName
{
background-color: #48115C;
}
.BgClassName
{
background-color: #48115C;
}
</style>
border-color css
<style>
span { border-color: #48115C; }
span { border-color: rgb(72,17,92); }
td.TdClassName
{
border-color: #48115C;
}
.TagClassName
{
border-color: #48115C;
}
</style>