Shades of Scarlet Gum #492A53
Tints of Scarlet Gum #492A53
RGB
CMYK
RGB Variations
Color information
#492A53 (or 0x492A53) is known color: Scarlet Gum. HEX triplet: 49, 2A and 53. RGB value is (73,42,83). Sum of RGB (Red+Green+Blue) = 73+42+83=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #492A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A53 is #B6D5AC. Grayscale: #373737. Windows color (decimal): -11982253 or 5450313. OLE color: 5450313.
HSL color Cylindrical-coordinate representation of color #492A53: hue angle of 285.37º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492A53 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 42 | 83 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.67 |
| HSL | 285.37º | 0.33% | 0.25% | - |
| HSV(B) | 285.37º | 0.49% | 0.33% | - |
| XYZ | 5.14 | 3.7 | 8.63 | - |
| YUV | 55.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 83 | 0.12 | 0.49 | 0 | 0.67 | 285.37 | 0.33 | 0.25 |
| Hex | 49 | 2A | 53 | C | 31 | 0 | 43 | 11D | 21 | 19 |
| Octal | 111 | 52 | 123 | 14 | 61 | 0 | 103 | 435 | 41 | 31 |
| Binary | 1001001 | 101010 | 1010011 | 1100 | 110001 | 0 | 1000011 | 100011101 | 100001 | 11001 |
Color Harmonies of #492A53
Complementary color
Monochromatic Colors of #492A53
Black with #492A53
Text Example
Text Example
White with #492A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A53; }
p { color: rgb(73,42,83); }
H1.HeaderClassName
{
color: #492A53;
}
.AnyTagClassName
{
color: #492A53;
}
</style>
background-color css
<style>
a { background-color: #492A53; }
a { background-color: rgb(73,42,83); }
div.DivClassName
{
background-color: #492A53;
}
.BgClassName
{
background-color: #492A53;
}
</style>
border-color css
<style>
span { border-color: #492A53; }
span { border-color: rgb(73,42,83); }
td.TdClassName
{
border-color: #492A53;
}
.TagClassName
{
border-color: #492A53;
}
</style>