Shades of Scarlet Gum #48065D
Tints of Scarlet Gum #48065D
RGB
CMYK
RGB Variations
Color information
#48065D (or 0x48065D) is known color: Scarlet Gum. HEX triplet: 48, 06 and 5D. RGB value is (72,6,93). Sum of RGB (Red+Green+Blue) = 72+6+93=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #48065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48065D is #B7F9A2. Grayscale: #232323. Windows color (decimal): -12056995 or 6096456. OLE color: 6096456.
HSL color Cylindrical-coordinate representation of color #48065D: hue angle of 285.52º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48065D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 6 | 93 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.64 |
| HSL | 285.52º | 0.88% | 0.19% | - |
| HSV(B) | 285.52º | 0.94% | 0.36% | - |
| XYZ | 4.71 | 2.3 | 10.55 | - |
| YUV | 35.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 93 | 0.23 | 0.94 | 0 | 0.64 | 285.52 | 0.88 | 0.19 |
| Hex | 48 | 6 | 5D | 17 | 5E | 0 | 40 | 11E | 58 | 13 |
| Octal | 110 | 6 | 135 | 27 | 136 | 0 | 100 | 436 | 130 | 23 |
| Binary | 1001000 | 110 | 1011101 | 10111 | 1011110 | 0 | 1000000 | 100011110 | 1011000 | 10011 |
Color Harmonies of #48065D
Complementary color
Monochromatic Colors of #48065D
Black with #48065D
Text Example
Text Example
White with #48065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48065D; }
p { color: rgb(72,6,93); }
H1.HeaderClassName
{
color: #48065D;
}
.AnyTagClassName
{
color: #48065D;
}
</style>
background-color css
<style>
a { background-color: #48065D; }
a { background-color: rgb(72,6,93); }
div.DivClassName
{
background-color: #48065D;
}
.BgClassName
{
background-color: #48065D;
}
</style>
border-color css
<style>
span { border-color: #48065D; }
span { border-color: rgb(72,6,93); }
td.TdClassName
{
border-color: #48065D;
}
.TagClassName
{
border-color: #48065D;
}
</style>