Shades of Barossa #49283B
Tints of Barossa #49283B
RGB
CMYK
RGB Variations
Color information
#49283B (or 0x49283B) is known color: Barossa. HEX triplet: 49, 28 and 3B. RGB value is (73,40,59). Sum of RGB (Red+Green+Blue) = 73+40+59=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49283B is #B6D7C4. Grayscale: #333333. Windows color (decimal): -11982789 or 3876937. OLE color: 3876937.
HSL color Cylindrical-coordinate representation of color #49283B: hue angle of 325.45º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49283B is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 59 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.71 |
| HSL | 325.45º | 0.29% | 0.22% | - |
| HSV(B) | 325.45º | 0.45% | 0.29% | - |
| XYZ | 4.3 | 3.25 | 4.54 | - |
| YUV | 52.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 59 | 0 | 0.45 | 0.19 | 0.71 | 325.45 | 0.29 | 0.22 |
| Hex | 49 | 28 | 3B | 0 | 2D | 13 | 47 | 145 | 1D | 16 |
| Octal | 111 | 50 | 73 | 0 | 55 | 23 | 107 | 505 | 35 | 26 |
| Binary | 1001001 | 101000 | 111011 | 0 | 101101 | 10011 | 1000111 | 101000101 | 11101 | 10110 |
Color Harmonies of #49283B
Complementary color
Monochromatic Colors of #49283B
Black with #49283B
Text Example
Text Example
White with #49283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49283B; }
p { color: rgb(73,40,59); }
H1.HeaderClassName
{
color: #49283B;
}
.AnyTagClassName
{
color: #49283B;
}
</style>
background-color css
<style>
a { background-color: #49283B; }
a { background-color: rgb(73,40,59); }
div.DivClassName
{
background-color: #49283B;
}
.BgClassName
{
background-color: #49283B;
}
</style>
border-color css
<style>
span { border-color: #49283B; }
span { border-color: rgb(73,40,59); }
td.TdClassName
{
border-color: #49283B;
}
.TagClassName
{
border-color: #49283B;
}
</style>