Shades of Barossa #492A39
Tints of Barossa #492A39
RGB
CMYK
RGB Variations
Color information
#492A39 (or 0x492A39) is known color: Barossa. HEX triplet: 49, 2A and 39. RGB value is (73,42,57). Sum of RGB (Red+Green+Blue) = 73+42+57=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #492A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A39 is #B6D5C6. Grayscale: #343434. Windows color (decimal): -11982279 or 3746377. OLE color: 3746377.
HSL color Cylindrical-coordinate representation of color #492A39: hue angle of 330.97º 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 #492A39 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 57 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.71 |
| HSL | 330.97º | 0.27% | 0.23% | - |
| HSV(B) | 330.97º | 0.42% | 0.29% | - |
| XYZ | 4.31 | 3.37 | 4.29 | - |
| YUV | 52.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 57 | 0 | 0.42 | 0.22 | 0.71 | 330.97 | 0.27 | 0.23 |
| Hex | 49 | 2A | 39 | 0 | 2A | 16 | 47 | 14B | 1B | 17 |
| Octal | 111 | 52 | 71 | 0 | 52 | 26 | 107 | 513 | 33 | 27 |
| Binary | 1001001 | 101010 | 111001 | 0 | 101010 | 10110 | 1000111 | 101001011 | 11011 | 10111 |
Color Harmonies of #492A39
Complementary color
Monochromatic Colors of #492A39
Black with #492A39
Text Example
Text Example
White with #492A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A39; }
p { color: rgb(73,42,57); }
H1.HeaderClassName
{
color: #492A39;
}
.AnyTagClassName
{
color: #492A39;
}
</style>
background-color css
<style>
a { background-color: #492A39; }
a { background-color: rgb(73,42,57); }
div.DivClassName
{
background-color: #492A39;
}
.BgClassName
{
background-color: #492A39;
}
</style>
border-color css
<style>
span { border-color: #492A39; }
span { border-color: rgb(73,42,57); }
td.TdClassName
{
border-color: #492A39;
}
.TagClassName
{
border-color: #492A39;
}
</style>