Shades of Scarlet Gum #48085D
Tints of Scarlet Gum #48085D
RGB
CMYK
RGB Variations
Color information
#48085D (or 0x48085D) is known color: Scarlet Gum. HEX triplet: 48, 08 and 5D. RGB value is (72,8,93). Sum of RGB (Red+Green+Blue) = 72+8+93=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #48085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48085D is #B7F7A2. Grayscale: #242424. Windows color (decimal): -12056483 or 6096968. OLE color: 6096968.
HSL color Cylindrical-coordinate representation of color #48085D: hue angle of 285.18º 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 #48085D is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 8 | 93 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.64 |
| HSL | 285.18º | 0.84% | 0.2% | - |
| HSV(B) | 285.18º | 0.91% | 0.36% | - |
| XYZ | 4.74 | 2.34 | 10.56 | - |
| YUV | 36.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 93 | 0.23 | 0.91 | 0 | 0.64 | 285.18 | 0.84 | 0.2 |
| Hex | 48 | 8 | 5D | 17 | 5B | 0 | 40 | 11D | 54 | 14 |
| Octal | 110 | 10 | 135 | 27 | 133 | 0 | 100 | 435 | 124 | 24 |
| Binary | 1001000 | 1000 | 1011101 | 10111 | 1011011 | 0 | 1000000 | 100011101 | 1010100 | 10100 |
Color Harmonies of #48085D
Complementary color
Monochromatic Colors of #48085D
Black with #48085D
Text Example
Text Example
White with #48085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48085D; }
p { color: rgb(72,8,93); }
H1.HeaderClassName
{
color: #48085D;
}
.AnyTagClassName
{
color: #48085D;
}
</style>
background-color css
<style>
a { background-color: #48085D; }
a { background-color: rgb(72,8,93); }
div.DivClassName
{
background-color: #48085D;
}
.BgClassName
{
background-color: #48085D;
}
</style>
border-color css
<style>
span { border-color: #48085D; }
span { border-color: rgb(72,8,93); }
td.TdClassName
{
border-color: #48085D;
}
.TagClassName
{
border-color: #48085D;
}
</style>