Shades of Scarlet Gum #49215C
Tints of Scarlet Gum #49215C
RGB
CMYK
RGB Variations
Color information
#49215C (or 0x49215C) is known color: Scarlet Gum. HEX triplet: 49, 21 and 5C. RGB value is (73,33,92). Sum of RGB (Red+Green+Blue) = 73+33+92=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #49215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49215C is #B6DEA3. Grayscale: #333333. Windows color (decimal): -11984548 or 6037833. OLE color: 6037833.
HSL color Cylindrical-coordinate representation of color #49215C: hue angle of 280.68º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49215C is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 33 | 92 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.64 |
| HSL | 280.68º | 0.47% | 0.25% | - |
| HSV(B) | 280.68º | 0.64% | 0.36% | - |
| XYZ | 5.22 | 3.28 | 10.48 | - |
| YUV | 51.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 92 | 0.21 | 0.64 | 0 | 0.64 | 280.68 | 0.47 | 0.25 |
| Hex | 49 | 21 | 5C | 15 | 40 | 0 | 40 | 119 | 2F | 19 |
| Octal | 111 | 41 | 134 | 25 | 100 | 0 | 100 | 431 | 57 | 31 |
| Binary | 1001001 | 100001 | 1011100 | 10101 | 1000000 | 0 | 1000000 | 100011001 | 101111 | 11001 |
Color Harmonies of #49215C
Complementary color
Monochromatic Colors of #49215C
Black with #49215C
Text Example
Text Example
White with #49215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49215C; }
p { color: rgb(73,33,92); }
H1.HeaderClassName
{
color: #49215C;
}
.AnyTagClassName
{
color: #49215C;
}
</style>
background-color css
<style>
a { background-color: #49215C; }
a { background-color: rgb(73,33,92); }
div.DivClassName
{
background-color: #49215C;
}
.BgClassName
{
background-color: #49215C;
}
</style>
border-color css
<style>
span { border-color: #49215C; }
span { border-color: rgb(73,33,92); }
td.TdClassName
{
border-color: #49215C;
}
.TagClassName
{
border-color: #49215C;
}
</style>