Shades of Scarlet Gum #48235E
Tints of Scarlet Gum #48235E
RGB
CMYK
RGB Variations
Color information
#48235E (or 0x48235E) is known color: Scarlet Gum. HEX triplet: 48, 23 and 5E. RGB value is (72,35,94). Sum of RGB (Red+Green+Blue) = 72+35+94=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #48235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48235E is #B7DCA1. Grayscale: #343434. Windows color (decimal): -12049570 or 6169416. OLE color: 6169416.
HSL color Cylindrical-coordinate representation of color #48235E: hue angle of 277.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48235E is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 35 | 94 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.63 |
| HSL | 277.63º | 0.46% | 0.25% | - |
| HSV(B) | 277.63º | 0.63% | 0.37% | - |
| XYZ | 5.29 | 3.39 | 10.96 | - |
| YUV | 52.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 94 | 0.23 | 0.63 | 0 | 0.63 | 277.63 | 0.46 | 0.25 |
| Hex | 48 | 23 | 5E | 17 | 3F | 0 | 3F | 116 | 2E | 19 |
| Octal | 110 | 43 | 136 | 27 | 77 | 0 | 77 | 426 | 56 | 31 |
| Binary | 1001000 | 100011 | 1011110 | 10111 | 111111 | 0 | 111111 | 100010110 | 101110 | 11001 |
Color Harmonies of #48235E
Complementary color
Monochromatic Colors of #48235E
Black with #48235E
Text Example
Text Example
White with #48235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48235E; }
p { color: rgb(72,35,94); }
H1.HeaderClassName
{
color: #48235E;
}
.AnyTagClassName
{
color: #48235E;
}
</style>
background-color css
<style>
a { background-color: #48235E; }
a { background-color: rgb(72,35,94); }
div.DivClassName
{
background-color: #48235E;
}
.BgClassName
{
background-color: #48235E;
}
</style>
border-color css
<style>
span { border-color: #48235E; }
span { border-color: rgb(72,35,94); }
td.TdClassName
{
border-color: #48235E;
}
.TagClassName
{
border-color: #48235E;
}
</style>