Shades of Scarlet Gum #48085C
Tints of Scarlet Gum #48085C
RGB
CMYK
RGB Variations
Color information
#48085C (or 0x48085C) is known color: Scarlet Gum. HEX triplet: 48, 08 and 5C. RGB value is (72,8,92). Sum of RGB (Red+Green+Blue) = 72+8+92=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #48085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48085C is #B7F7A3. Grayscale: #242424. Windows color (decimal): -12056484 or 6031432. OLE color: 6031432.
HSL color Cylindrical-coordinate representation of color #48085C: hue angle of 285.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48085C is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 8 | 92 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.64 |
| HSL | 285.71º | 0.84% | 0.2% | - |
| HSV(B) | 285.71º | 0.91% | 0.36% | - |
| XYZ | 4.69 | 2.32 | 10.33 | - |
| YUV | 36.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 92 | 0.22 | 0.91 | 0 | 0.64 | 285.71 | 0.84 | 0.2 |
| Hex | 48 | 8 | 5C | 16 | 5B | 0 | 40 | 11E | 54 | 14 |
| Octal | 110 | 10 | 134 | 26 | 133 | 0 | 100 | 436 | 124 | 24 |
| Binary | 1001000 | 1000 | 1011100 | 10110 | 1011011 | 0 | 1000000 | 100011110 | 1010100 | 10100 |
Color Harmonies of #48085C
Complementary color
Monochromatic Colors of #48085C
Black with #48085C
Text Example
Text Example
White with #48085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48085C; }
p { color: rgb(72,8,92); }
H1.HeaderClassName
{
color: #48085C;
}
.AnyTagClassName
{
color: #48085C;
}
</style>
background-color css
<style>
a { background-color: #48085C; }
a { background-color: rgb(72,8,92); }
div.DivClassName
{
background-color: #48085C;
}
.BgClassName
{
background-color: #48085C;
}
</style>
border-color css
<style>
span { border-color: #48085C; }
span { border-color: rgb(72,8,92); }
td.TdClassName
{
border-color: #48085C;
}
.TagClassName
{
border-color: #48085C;
}
</style>