Shades of Scarlet Gum #49275C
Tints of Scarlet Gum #49275C
RGB
CMYK
RGB Variations
Color information
#49275C (or 0x49275C) is known color: Scarlet Gum. HEX triplet: 49, 27 and 5C. RGB value is (73,39,92). Sum of RGB (Red+Green+Blue) = 73+39+92=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #49275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49275C is #B6D8A3. Grayscale: #373737. Windows color (decimal): -11983012 or 6039369. OLE color: 6039369.
HSL color Cylindrical-coordinate representation of color #49275C: hue angle of 278.49º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49275C is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 39 | 92 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.64 |
| HSL | 278.49º | 0.4% | 0.26% | - |
| HSV(B) | 278.49º | 0.58% | 0.36% | - |
| XYZ | 5.4 | 3.64 | 10.54 | - |
| YUV | 55.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 92 | 0.21 | 0.58 | 0 | 0.64 | 278.49 | 0.4 | 0.26 |
| Hex | 49 | 27 | 5C | 15 | 3A | 0 | 40 | 116 | 28 | 1A |
| Octal | 111 | 47 | 134 | 25 | 72 | 0 | 100 | 426 | 50 | 32 |
| Binary | 1001001 | 100111 | 1011100 | 10101 | 111010 | 0 | 1000000 | 100010110 | 101000 | 11010 |
Color Harmonies of #49275C
Complementary color
Monochromatic Colors of #49275C
Black with #49275C
Text Example
Text Example
White with #49275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49275C; }
p { color: rgb(73,39,92); }
H1.HeaderClassName
{
color: #49275C;
}
.AnyTagClassName
{
color: #49275C;
}
</style>
background-color css
<style>
a { background-color: #49275C; }
a { background-color: rgb(73,39,92); }
div.DivClassName
{
background-color: #49275C;
}
.BgClassName
{
background-color: #49275C;
}
</style>
border-color css
<style>
span { border-color: #49275C; }
span { border-color: rgb(73,39,92); }
td.TdClassName
{
border-color: #49275C;
}
.TagClassName
{
border-color: #49275C;
}
</style>