Shades of Scarlet Gum #48125C
Tints of Scarlet Gum #48125C
RGB
CMYK
RGB Variations
Color information
#48125C (or 0x48125C) is known color: Scarlet Gum. HEX triplet: 48, 12 and 5C. RGB value is (72,18,92). Sum of RGB (Red+Green+Blue) = 72+18+92=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #48125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48125C is #B7EDA3. Grayscale: #2A2A2A. Windows color (decimal): -12053924 or 6033992. OLE color: 6033992.
HSL color Cylindrical-coordinate representation of color #48125C: hue angle of 283.78º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48125C is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 18 | 92 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.64 |
| HSL | 283.78º | 0.67% | 0.22% | - |
| HSV(B) | 283.78º | 0.8% | 0.36% | - |
| XYZ | 4.82 | 2.58 | 10.37 | - |
| YUV | 42.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 92 | 0.22 | 0.80 | 0 | 0.64 | 283.78 | 0.67 | 0.22 |
| Hex | 48 | 12 | 5C | 16 | 50 | 0 | 40 | 11C | 43 | 16 |
| Octal | 110 | 22 | 134 | 26 | 120 | 0 | 100 | 434 | 103 | 26 |
| Binary | 1001000 | 10010 | 1011100 | 10110 | 1010000 | 0 | 1000000 | 100011100 | 1000011 | 10110 |
Color Harmonies of #48125C
Complementary color
Monochromatic Colors of #48125C
Black with #48125C
Text Example
Text Example
White with #48125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48125C; }
p { color: rgb(72,18,92); }
H1.HeaderClassName
{
color: #48125C;
}
.AnyTagClassName
{
color: #48125C;
}
</style>
background-color css
<style>
a { background-color: #48125C; }
a { background-color: rgb(72,18,92); }
div.DivClassName
{
background-color: #48125C;
}
.BgClassName
{
background-color: #48125C;
}
</style>
border-color css
<style>
span { border-color: #48125C; }
span { border-color: rgb(72,18,92); }
td.TdClassName
{
border-color: #48125C;
}
.TagClassName
{
border-color: #48125C;
}
</style>