Shades of Scarlet Gum #48095B
Tints of Scarlet Gum #48095B
RGB
CMYK
RGB Variations
Color information
#48095B (or 0x48095B) is known color: Scarlet Gum. HEX triplet: 48, 09 and 5B. RGB value is (72,9,91). Sum of RGB (Red+Green+Blue) = 72+9+91=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #48095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48095B is #B7F6A4. Grayscale: #242424. Windows color (decimal): -12056229 or 5966152. OLE color: 5966152.
HSL color Cylindrical-coordinate representation of color #48095B: hue angle of 286.1º 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 #48095B is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 9 | 91 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.64 |
| HSL | 286.1º | 0.82% | 0.2% | - |
| HSV(B) | 286.1º | 0.9% | 0.36% | - |
| XYZ | 4.66 | 2.33 | 10.1 | - |
| YUV | 37.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 91 | 0.21 | 0.90 | 0 | 0.64 | 286.1 | 0.82 | 0.2 |
| Hex | 48 | 9 | 5B | 15 | 5A | 0 | 40 | 11E | 52 | 14 |
| Octal | 110 | 11 | 133 | 25 | 132 | 0 | 100 | 436 | 122 | 24 |
| Binary | 1001000 | 1001 | 1011011 | 10101 | 1011010 | 0 | 1000000 | 100011110 | 1010010 | 10100 |
Color Harmonies of #48095B
Complementary color
Monochromatic Colors of #48095B
Black with #48095B
Text Example
Text Example
White with #48095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48095B; }
p { color: rgb(72,9,91); }
H1.HeaderClassName
{
color: #48095B;
}
.AnyTagClassName
{
color: #48095B;
}
</style>
background-color css
<style>
a { background-color: #48095B; }
a { background-color: rgb(72,9,91); }
div.DivClassName
{
background-color: #48095B;
}
.BgClassName
{
background-color: #48095B;
}
</style>
border-color css
<style>
span { border-color: #48095B; }
span { border-color: rgb(72,9,91); }
td.TdClassName
{
border-color: #48095B;
}
.TagClassName
{
border-color: #48095B;
}
</style>