Shades of Barossa #49333B
Tints of Barossa #49333B
RGB
CMYK
RGB Variations
Color information
#49333B (or 0x49333B) is known color: Barossa. HEX triplet: 49, 33 and 3B. RGB value is (73,51,59). Sum of RGB (Red+Green+Blue) = 73+51+59=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49333B is #B6CCC4. Grayscale: #3A3A3A. Windows color (decimal): -11979973 or 3879753. OLE color: 3879753.
HSL color Cylindrical-coordinate representation of color #49333B: hue angle of 338.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49333B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 59 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.71 |
| HSL | 338.18º | 0.18% | 0.24% | - |
| HSV(B) | 338.18º | 0.3% | 0.29% | - |
| XYZ | 4.72 | 4.1 | 4.68 | - |
| YUV | 58.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 59 | 0 | 0.30 | 0.19 | 0.71 | 338.18 | 0.18 | 0.24 |
| Hex | 49 | 33 | 3B | 0 | 1E | 13 | 47 | 152 | 12 | 18 |
| Octal | 111 | 63 | 73 | 0 | 36 | 23 | 107 | 522 | 22 | 30 |
| Binary | 1001001 | 110011 | 111011 | 0 | 11110 | 10011 | 1000111 | 101010010 | 10010 | 11000 |
Color Harmonies of #49333B
Complementary color
Monochromatic Colors of #49333B
Black with #49333B
Text Example
Text Example
White with #49333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49333B; }
p { color: rgb(73,51,59); }
H1.HeaderClassName
{
color: #49333B;
}
.AnyTagClassName
{
color: #49333B;
}
</style>
background-color css
<style>
a { background-color: #49333B; }
a { background-color: rgb(73,51,59); }
div.DivClassName
{
background-color: #49333B;
}
.BgClassName
{
background-color: #49333B;
}
</style>
border-color css
<style>
span { border-color: #49333B; }
span { border-color: rgb(73,51,59); }
td.TdClassName
{
border-color: #49333B;
}
.TagClassName
{
border-color: #49333B;
}
</style>