Shades of Barossa #492A3A
Tints of Barossa #492A3A
RGB
CMYK
RGB Variations
Color information
#492A3A (or 0x492A3A) is known color: Barossa. HEX triplet: 49, 2A and 3A. RGB value is (73,42,58). Sum of RGB (Red+Green+Blue) = 73+42+58=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A3A is #B6D5C5. Grayscale: #353535. Windows color (decimal): -11982278 or 3811913. OLE color: 3811913.
HSL color Cylindrical-coordinate representation of color #492A3A: hue angle of 329.03º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A3A is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 58 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.71 |
| HSL | 329.03º | 0.27% | 0.23% | - |
| HSV(B) | 329.03º | 0.42% | 0.29% | - |
| XYZ | 4.34 | 3.38 | 4.43 | - |
| YUV | 53.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 58 | 0 | 0.42 | 0.21 | 0.71 | 329.03 | 0.27 | 0.23 |
| Hex | 49 | 2A | 3A | 0 | 2A | 15 | 47 | 149 | 1B | 17 |
| Octal | 111 | 52 | 72 | 0 | 52 | 25 | 107 | 511 | 33 | 27 |
| Binary | 1001001 | 101010 | 111010 | 0 | 101010 | 10101 | 1000111 | 101001001 | 11011 | 10111 |
Color Harmonies of #492A3A
Complementary color
Monochromatic Colors of #492A3A
Black with #492A3A
Text Example
Text Example
White with #492A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A3A; }
p { color: rgb(73,42,58); }
H1.HeaderClassName
{
color: #492A3A;
}
.AnyTagClassName
{
color: #492A3A;
}
</style>
background-color css
<style>
a { background-color: #492A3A; }
a { background-color: rgb(73,42,58); }
div.DivClassName
{
background-color: #492A3A;
}
.BgClassName
{
background-color: #492A3A;
}
</style>
border-color css
<style>
span { border-color: #492A3A; }
span { border-color: rgb(73,42,58); }
td.TdClassName
{
border-color: #492A3A;
}
.TagClassName
{
border-color: #492A3A;
}
</style>