Shades of Scarlet Gum #48095D
Tints of Scarlet Gum #48095D
RGB
CMYK
RGB Variations
Color information
#48095D (or 0x48095D) is known color: Scarlet Gum. HEX triplet: 48, 09 and 5D. RGB value is (72,9,93). Sum of RGB (Red+Green+Blue) = 72+9+93=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #48095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48095D is #B7F6A2. Grayscale: #252525. Windows color (decimal): -12056227 or 6097224. OLE color: 6097224.
HSL color Cylindrical-coordinate representation of color #48095D: hue angle of 285º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48095D is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 9 | 93 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.64 |
| HSL | 285º | 0.82% | 0.2% | - |
| HSV(B) | 285º | 0.9% | 0.36% | - |
| XYZ | 4.75 | 2.36 | 10.56 | - |
| YUV | 37.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 93 | 0.23 | 0.90 | 0 | 0.64 | 285 | 0.82 | 0.2 |
| Hex | 48 | 9 | 5D | 17 | 5A | 0 | 40 | 11D | 52 | 14 |
| Octal | 110 | 11 | 135 | 27 | 132 | 0 | 100 | 435 | 122 | 24 |
| Binary | 1001000 | 1001 | 1011101 | 10111 | 1011010 | 0 | 1000000 | 100011101 | 1010010 | 10100 |
Color Harmonies of #48095D
Complementary color
Monochromatic Colors of #48095D
Black with #48095D
Text Example
Text Example
White with #48095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48095D; }
p { color: rgb(72,9,93); }
H1.HeaderClassName
{
color: #48095D;
}
.AnyTagClassName
{
color: #48095D;
}
</style>
background-color css
<style>
a { background-color: #48095D; }
a { background-color: rgb(72,9,93); }
div.DivClassName
{
background-color: #48095D;
}
.BgClassName
{
background-color: #48095D;
}
</style>
border-color css
<style>
span { border-color: #48095D; }
span { border-color: rgb(72,9,93); }
td.TdClassName
{
border-color: #48095D;
}
.TagClassName
{
border-color: #48095D;
}
</style>