Shades of Barossa #49223A
Tints of Barossa #49223A
RGB
CMYK
RGB Variations
Color information
#49223A (or 0x49223A) is known color: Barossa. HEX triplet: 49, 22 and 3A. RGB value is (73,34,58). Sum of RGB (Red+Green+Blue) = 73+34+58=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49223A is #B6DDC5. Grayscale: #303030. Windows color (decimal): -11984326 or 3809865. OLE color: 3809865.
HSL color Cylindrical-coordinate representation of color #49223A: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49223A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 58 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.71 |
| HSL | 323.08º | 0.36% | 0.21% | - |
| HSV(B) | 323.08º | 0.53% | 0.29% | - |
| XYZ | 4.08 | 2.87 | 4.34 | - |
| YUV | 48.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 58 | 0 | 0.53 | 0.21 | 0.71 | 323.08 | 0.36 | 0.21 |
| Hex | 49 | 22 | 3A | 0 | 35 | 15 | 47 | 143 | 24 | 15 |
| Octal | 111 | 42 | 72 | 0 | 65 | 25 | 107 | 503 | 44 | 25 |
| Binary | 1001001 | 100010 | 111010 | 0 | 110101 | 10101 | 1000111 | 101000011 | 100100 | 10101 |
Color Harmonies of #49223A
Complementary color
Monochromatic Colors of #49223A
Black with #49223A
Text Example
Text Example
White with #49223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49223A; }
p { color: rgb(73,34,58); }
H1.HeaderClassName
{
color: #49223A;
}
.AnyTagClassName
{
color: #49223A;
}
</style>
background-color css
<style>
a { background-color: #49223A; }
a { background-color: rgb(73,34,58); }
div.DivClassName
{
background-color: #49223A;
}
.BgClassName
{
background-color: #49223A;
}
</style>
border-color css
<style>
span { border-color: #49223A; }
span { border-color: rgb(73,34,58); }
td.TdClassName
{
border-color: #49223A;
}
.TagClassName
{
border-color: #49223A;
}
</style>