Shades of Barossa #49313C
Tints of Barossa #49313C
RGB
CMYK
RGB Variations
Color information
#49313C (or 0x49313C) is known color: Barossa. HEX triplet: 49, 31 and 3C. RGB value is (73,49,60). Sum of RGB (Red+Green+Blue) = 73+49+60=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #49313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313C is #B6CEC3. Grayscale: #393939. Windows color (decimal): -11980484 or 3944777. OLE color: 3944777.
HSL color Cylindrical-coordinate representation of color #49313C: hue angle of 332.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49313C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 60 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.71 |
| HSL | 332.5º | 0.2% | 0.24% | - |
| HSV(B) | 332.5º | 0.33% | 0.29% | - |
| XYZ | 4.66 | 3.94 | 4.79 | - |
| YUV | 57.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 60 | 0 | 0.33 | 0.18 | 0.71 | 332.5 | 0.2 | 0.24 |
| Hex | 49 | 31 | 3C | 0 | 21 | 12 | 47 | 14C | 14 | 18 |
| Octal | 111 | 61 | 74 | 0 | 41 | 22 | 107 | 514 | 24 | 30 |
| Binary | 1001001 | 110001 | 111100 | 0 | 100001 | 10010 | 1000111 | 101001100 | 10100 | 11000 |
Color Harmonies of #49313C
Complementary color
Monochromatic Colors of #49313C
Black with #49313C
Text Example
Text Example
White with #49313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49313C; }
p { color: rgb(73,49,60); }
H1.HeaderClassName
{
color: #49313C;
}
.AnyTagClassName
{
color: #49313C;
}
</style>
background-color css
<style>
a { background-color: #49313C; }
a { background-color: rgb(73,49,60); }
div.DivClassName
{
background-color: #49313C;
}
.BgClassName
{
background-color: #49313C;
}
</style>
border-color css
<style>
span { border-color: #49313C; }
span { border-color: rgb(73,49,60); }
td.TdClassName
{
border-color: #49313C;
}
.TagClassName
{
border-color: #49313C;
}
</style>