Shades of Barossa #49313B
Tints of Barossa #49313B
RGB
CMYK
RGB Variations
Color information
#49313B (or 0x49313B) is known color: Barossa. HEX triplet: 49, 31 and 3B. RGB value is (73,49,59). Sum of RGB (Red+Green+Blue) = 73+49+59=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313B is #B6CEC4. Grayscale: #393939. Windows color (decimal): -11980485 or 3879241. OLE color: 3879241.
HSL color Cylindrical-coordinate representation of color #49313B: hue angle of 335º 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 #49313B is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 59 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.71 |
| HSL | 335º | 0.2% | 0.24% | - |
| HSV(B) | 335º | 0.33% | 0.29% | - |
| XYZ | 4.64 | 3.93 | 4.65 | - |
| YUV | 57.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 59 | 0 | 0.33 | 0.19 | 0.71 | 335 | 0.2 | 0.24 |
| Hex | 49 | 31 | 3B | 0 | 21 | 13 | 47 | 14F | 14 | 18 |
| Octal | 111 | 61 | 73 | 0 | 41 | 23 | 107 | 517 | 24 | 30 |
| Binary | 1001001 | 110001 | 111011 | 0 | 100001 | 10011 | 1000111 | 101001111 | 10100 | 11000 |
Color Harmonies of #49313B
Complementary color
Monochromatic Colors of #49313B
Black with #49313B
Text Example
Text Example
White with #49313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49313B; }
p { color: rgb(73,49,59); }
H1.HeaderClassName
{
color: #49313B;
}
.AnyTagClassName
{
color: #49313B;
}
</style>
background-color css
<style>
a { background-color: #49313B; }
a { background-color: rgb(73,49,59); }
div.DivClassName
{
background-color: #49313B;
}
.BgClassName
{
background-color: #49313B;
}
</style>
border-color css
<style>
span { border-color: #49313B; }
span { border-color: rgb(73,49,59); }
td.TdClassName
{
border-color: #49313B;
}
.TagClassName
{
border-color: #49313B;
}
</style>