Shades of Scarlet Gum #48335D
Tints of Scarlet Gum #48335D
RGB
CMYK
RGB Variations
Color information
#48335D (or 0x48335D) is known color: Scarlet Gum. HEX triplet: 48, 33 and 5D. RGB value is (72,51,93). Sum of RGB (Red+Green+Blue) = 72+51+93=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #48335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48335D is #B7CCA2. Grayscale: #3D3D3D. Windows color (decimal): -12045475 or 6107976. OLE color: 6107976.
HSL color Cylindrical-coordinate representation of color #48335D: hue angle of 270º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48335D is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 51 | 93 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.64 |
| HSL | 270º | 0.29% | 0.28% | - |
| HSV(B) | 270º | 0.45% | 0.36% | - |
| XYZ | 5.83 | 4.54 | 10.92 | - |
| YUV | 62.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 93 | 0.23 | 0.45 | 0 | 0.64 | 270 | 0.29 | 0.28 |
| Hex | 48 | 33 | 5D | 17 | 2D | 0 | 40 | 10E | 1D | 1C |
| Octal | 110 | 63 | 135 | 27 | 55 | 0 | 100 | 416 | 35 | 34 |
| Binary | 1001000 | 110011 | 1011101 | 10111 | 101101 | 0 | 1000000 | 100001110 | 11101 | 11100 |
Color Harmonies of #48335D
Complementary color
Monochromatic Colors of #48335D
Black with #48335D
Text Example
Text Example
White with #48335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48335D; }
p { color: rgb(72,51,93); }
H1.HeaderClassName
{
color: #48335D;
}
.AnyTagClassName
{
color: #48335D;
}
</style>
background-color css
<style>
a { background-color: #48335D; }
a { background-color: rgb(72,51,93); }
div.DivClassName
{
background-color: #48335D;
}
.BgClassName
{
background-color: #48335D;
}
</style>
border-color css
<style>
span { border-color: #48335D; }
span { border-color: rgb(72,51,93); }
td.TdClassName
{
border-color: #48335D;
}
.TagClassName
{
border-color: #48335D;
}
</style>