Shades of Barossa #49323D
Tints of Barossa #49323D
RGB
CMYK
RGB Variations
Color information
#49323D (or 0x49323D) is known color: Barossa. HEX triplet: 49, 32 and 3D. RGB value is (73,50,61). Sum of RGB (Red+Green+Blue) = 73+50+61=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323D is #B6CDC2. Grayscale: #3A3A3A. Windows color (decimal): -11980227 or 4010569. OLE color: 4010569.
HSL color Cylindrical-coordinate representation of color #49323D: hue angle of 331.3º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49323D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 61 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.71 |
| HSL | 331.3º | 0.19% | 0.24% | - |
| HSV(B) | 331.3º | 0.32% | 0.29% | - |
| XYZ | 4.73 | 4.03 | 4.94 | - |
| YUV | 58.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 61 | 0 | 0.32 | 0.16 | 0.71 | 331.3 | 0.19 | 0.24 |
| Hex | 49 | 32 | 3D | 0 | 20 | 10 | 47 | 14B | 13 | 18 |
| Octal | 111 | 62 | 75 | 0 | 40 | 20 | 107 | 513 | 23 | 30 |
| Binary | 1001001 | 110010 | 111101 | 0 | 100000 | 10000 | 1000111 | 101001011 | 10011 | 11000 |
Color Harmonies of #49323D
Complementary color
Monochromatic Colors of #49323D
Black with #49323D
Text Example
Text Example
White with #49323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49323D; }
p { color: rgb(73,50,61); }
H1.HeaderClassName
{
color: #49323D;
}
.AnyTagClassName
{
color: #49323D;
}
</style>
background-color css
<style>
a { background-color: #49323D; }
a { background-color: rgb(73,50,61); }
div.DivClassName
{
background-color: #49323D;
}
.BgClassName
{
background-color: #49323D;
}
</style>
border-color css
<style>
span { border-color: #49323D; }
span { border-color: rgb(73,50,61); }
td.TdClassName
{
border-color: #49323D;
}
.TagClassName
{
border-color: #49323D;
}
</style>