Shades of Scarlet Gum #49145D
Tints of Scarlet Gum #49145D
RGB
CMYK
RGB Variations
Color information
#49145D (or 0x49145D) is known color: Scarlet Gum. HEX triplet: 49, 14 and 5D. RGB value is (73,20,93). Sum of RGB (Red+Green+Blue) = 73+20+93=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #49145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145D is #B6EBA2. Grayscale: #2B2B2B. Windows color (decimal): -11987875 or 6100041. OLE color: 6100041.
HSL color Cylindrical-coordinate representation of color #49145D: hue angle of 283.56º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49145D is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 20 | 93 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.64 |
| HSL | 283.56º | 0.65% | 0.22% | - |
| HSV(B) | 283.56º | 0.78% | 0.36% | - |
| XYZ | 4.97 | 2.71 | 10.62 | - |
| YUV | 44.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 93 | 0.22 | 0.78 | 0 | 0.64 | 283.56 | 0.65 | 0.22 |
| Hex | 49 | 14 | 5D | 16 | 4E | 0 | 40 | 11C | 41 | 16 |
| Octal | 111 | 24 | 135 | 26 | 116 | 0 | 100 | 434 | 101 | 26 |
| Binary | 1001001 | 10100 | 1011101 | 10110 | 1001110 | 0 | 1000000 | 100011100 | 1000001 | 10110 |
Color Harmonies of #49145D
Complementary color
Monochromatic Colors of #49145D
Black with #49145D
Text Example
Text Example
White with #49145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49145D; }
p { color: rgb(73,20,93); }
H1.HeaderClassName
{
color: #49145D;
}
.AnyTagClassName
{
color: #49145D;
}
</style>
background-color css
<style>
a { background-color: #49145D; }
a { background-color: rgb(73,20,93); }
div.DivClassName
{
background-color: #49145D;
}
.BgClassName
{
background-color: #49145D;
}
</style>
border-color css
<style>
span { border-color: #49145D; }
span { border-color: rgb(73,20,93); }
td.TdClassName
{
border-color: #49145D;
}
.TagClassName
{
border-color: #49145D;
}
</style>