Shades of Barossa #49323C
Tints of Barossa #49323C
RGB
CMYK
RGB Variations
Color information
#49323C (or 0x49323C) is known color: Barossa. HEX triplet: 49, 32 and 3C. RGB value is (73,50,60). Sum of RGB (Red+Green+Blue) = 73+50+60=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323C is #B6CDC3. Grayscale: #3A3A3A. Windows color (decimal): -11980228 or 3945033. OLE color: 3945033.
HSL color Cylindrical-coordinate representation of color #49323C: hue angle of 333.91º 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 #49323C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 60 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.71 |
| HSL | 333.91º | 0.19% | 0.24% | - |
| HSV(B) | 333.91º | 0.32% | 0.29% | - |
| XYZ | 4.7 | 4.02 | 4.8 | - |
| YUV | 58.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 60 | 0 | 0.32 | 0.18 | 0.71 | 333.91 | 0.19 | 0.24 |
| Hex | 49 | 32 | 3C | 0 | 20 | 12 | 47 | 14E | 13 | 18 |
| Octal | 111 | 62 | 74 | 0 | 40 | 22 | 107 | 516 | 23 | 30 |
| Binary | 1001001 | 110010 | 111100 | 0 | 100000 | 10010 | 1000111 | 101001110 | 10011 | 11000 |
Color Harmonies of #49323C
Complementary color
Monochromatic Colors of #49323C
Black with #49323C
Text Example
Text Example
White with #49323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49323C; }
p { color: rgb(73,50,60); }
H1.HeaderClassName
{
color: #49323C;
}
.AnyTagClassName
{
color: #49323C;
}
</style>
background-color css
<style>
a { background-color: #49323C; }
a { background-color: rgb(73,50,60); }
div.DivClassName
{
background-color: #49323C;
}
.BgClassName
{
background-color: #49323C;
}
</style>
border-color css
<style>
span { border-color: #49323C; }
span { border-color: rgb(73,50,60); }
td.TdClassName
{
border-color: #49323C;
}
.TagClassName
{
border-color: #49323C;
}
</style>