Shades of Scarlet Gum #49075C
Tints of Scarlet Gum #49075C
RGB
CMYK
RGB Variations
Color information
#49075C (or 0x49075C) is known color: Scarlet Gum. HEX triplet: 49, 07 and 5C. RGB value is (73,7,92). Sum of RGB (Red+Green+Blue) = 73+7+92=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #49075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075C is #B6F8A3. Grayscale: #242424. Windows color (decimal): -11991204 or 6031177. OLE color: 6031177.
HSL color Cylindrical-coordinate representation of color #49075C: hue angle of 286.59º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49075C is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 7 | 92 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.64 |
| HSL | 286.59º | 0.86% | 0.19% | - |
| HSV(B) | 286.59º | 0.92% | 0.36% | - |
| XYZ | 4.76 | 2.34 | 10.33 | - |
| YUV | 36.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 92 | 0.21 | 0.92 | 0 | 0.64 | 286.59 | 0.86 | 0.19 |
| Hex | 49 | 7 | 5C | 15 | 5C | 0 | 40 | 11F | 56 | 13 |
| Octal | 111 | 7 | 134 | 25 | 134 | 0 | 100 | 437 | 126 | 23 |
| Binary | 1001001 | 111 | 1011100 | 10101 | 1011100 | 0 | 1000000 | 100011111 | 1010110 | 10011 |
Color Harmonies of #49075C
Complementary color
Monochromatic Colors of #49075C
Black with #49075C
Text Example
Text Example
White with #49075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49075C; }
p { color: rgb(73,7,92); }
H1.HeaderClassName
{
color: #49075C;
}
.AnyTagClassName
{
color: #49075C;
}
</style>
background-color css
<style>
a { background-color: #49075C; }
a { background-color: rgb(73,7,92); }
div.DivClassName
{
background-color: #49075C;
}
.BgClassName
{
background-color: #49075C;
}
</style>
border-color css
<style>
span { border-color: #49075C; }
span { border-color: rgb(73,7,92); }
td.TdClassName
{
border-color: #49075C;
}
.TagClassName
{
border-color: #49075C;
}
</style>