Shades of Barossa #49313E
Tints of Barossa #49313E
RGB
CMYK
RGB Variations
Color information
#49313E (or 0x49313E) is known color: Barossa. HEX triplet: 49, 31 and 3E. RGB value is (73,49,62). Sum of RGB (Red+Green+Blue) = 73+49+62=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313E is #B6CEC1. Grayscale: #393939. Windows color (decimal): -11980482 or 4075849. OLE color: 4075849.
HSL color Cylindrical-coordinate representation of color #49313E: hue angle of 327.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 #49313E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 62 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.71 |
| HSL | 327.5º | 0.2% | 0.24% | - |
| HSV(B) | 327.5º | 0.33% | 0.29% | - |
| XYZ | 4.72 | 3.96 | 5.07 | - |
| YUV | 57.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 62 | 0 | 0.33 | 0.15 | 0.71 | 327.5 | 0.2 | 0.24 |
| Hex | 49 | 31 | 3E | 0 | 21 | F | 47 | 148 | 14 | 18 |
| Octal | 111 | 61 | 76 | 0 | 41 | 17 | 107 | 510 | 24 | 30 |
| Binary | 1001001 | 110001 | 111110 | 0 | 100001 | 1111 | 1000111 | 101001000 | 10100 | 11000 |
Color Harmonies of #49313E
Complementary color
Monochromatic Colors of #49313E
Black with #49313E
Text Example
Text Example
White with #49313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49313E; }
p { color: rgb(73,49,62); }
H1.HeaderClassName
{
color: #49313E;
}
.AnyTagClassName
{
color: #49313E;
}
</style>
background-color css
<style>
a { background-color: #49313E; }
a { background-color: rgb(73,49,62); }
div.DivClassName
{
background-color: #49313E;
}
.BgClassName
{
background-color: #49313E;
}
</style>
border-color css
<style>
span { border-color: #49313E; }
span { border-color: rgb(73,49,62); }
td.TdClassName
{
border-color: #49313E;
}
.TagClassName
{
border-color: #49313E;
}
</style>