Shades of Barossa #49243A
Tints of Barossa #49243A
RGB
CMYK
RGB Variations
Color information
#49243A (or 0x49243A) is known color: Barossa. HEX triplet: 49, 24 and 3A. RGB value is (73,36,58). Sum of RGB (Red+Green+Blue) = 73+36+58=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243A is #B6DBC5. Grayscale: #313131. Windows color (decimal): -11983814 or 3810377. OLE color: 3810377.
HSL color Cylindrical-coordinate representation of color #49243A: hue angle of 324.32º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49243A is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 58 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.71 |
| HSL | 324.32º | 0.34% | 0.21% | - |
| HSV(B) | 324.32º | 0.51% | 0.29% | - |
| XYZ | 4.14 | 2.98 | 4.36 | - |
| YUV | 49.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 58 | 0 | 0.51 | 0.21 | 0.71 | 324.32 | 0.34 | 0.21 |
| Hex | 49 | 24 | 3A | 0 | 33 | 15 | 47 | 144 | 22 | 15 |
| Octal | 111 | 44 | 72 | 0 | 63 | 25 | 107 | 504 | 42 | 25 |
| Binary | 1001001 | 100100 | 111010 | 0 | 110011 | 10101 | 1000111 | 101000100 | 100010 | 10101 |
Color Harmonies of #49243A
Complementary color
Monochromatic Colors of #49243A
Black with #49243A
Text Example
Text Example
White with #49243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49243A; }
p { color: rgb(73,36,58); }
H1.HeaderClassName
{
color: #49243A;
}
.AnyTagClassName
{
color: #49243A;
}
</style>
background-color css
<style>
a { background-color: #49243A; }
a { background-color: rgb(73,36,58); }
div.DivClassName
{
background-color: #49243A;
}
.BgClassName
{
background-color: #49243A;
}
</style>
border-color css
<style>
span { border-color: #49243A; }
span { border-color: rgb(73,36,58); }
td.TdClassName
{
border-color: #49243A;
}
.TagClassName
{
border-color: #49243A;
}
</style>