Shades of Barossa #49283C
Tints of Barossa #49283C
RGB
CMYK
RGB Variations
Color information
#49283C (or 0x49283C) is known color: Barossa. HEX triplet: 49, 28 and 3C. RGB value is (73,40,60). Sum of RGB (Red+Green+Blue) = 73+40+60=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49283C is #B6D7C3. Grayscale: #343434. Windows color (decimal): -11982788 or 3942473. OLE color: 3942473.
HSL color Cylindrical-coordinate representation of color #49283C: hue angle of 323.64º 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 #49283C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 60 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.71 |
| HSL | 323.64º | 0.29% | 0.22% | - |
| HSV(B) | 323.64º | 0.45% | 0.29% | - |
| XYZ | 4.32 | 3.26 | 4.68 | - |
| YUV | 52.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 60 | 0 | 0.45 | 0.18 | 0.71 | 323.64 | 0.29 | 0.22 |
| Hex | 49 | 28 | 3C | 0 | 2D | 12 | 47 | 144 | 1D | 16 |
| Octal | 111 | 50 | 74 | 0 | 55 | 22 | 107 | 504 | 35 | 26 |
| Binary | 1001001 | 101000 | 111100 | 0 | 101101 | 10010 | 1000111 | 101000100 | 11101 | 10110 |
Color Harmonies of #49283C
Complementary color
Monochromatic Colors of #49283C
Black with #49283C
Text Example
Text Example
White with #49283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49283C; }
p { color: rgb(73,40,60); }
H1.HeaderClassName
{
color: #49283C;
}
.AnyTagClassName
{
color: #49283C;
}
</style>
background-color css
<style>
a { background-color: #49283C; }
a { background-color: rgb(73,40,60); }
div.DivClassName
{
background-color: #49283C;
}
.BgClassName
{
background-color: #49283C;
}
</style>
border-color css
<style>
span { border-color: #49283C; }
span { border-color: rgb(73,40,60); }
td.TdClassName
{
border-color: #49283C;
}
.TagClassName
{
border-color: #49283C;
}
</style>