Shades of Barossa #49253B
Tints of Barossa #49253B
RGB
CMYK
RGB Variations
Color information
#49253B (or 0x49253B) is known color: Barossa. HEX triplet: 49, 25 and 3B. RGB value is (73,37,59). Sum of RGB (Red+Green+Blue) = 73+37+59=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49253B is #B6DAC4. Grayscale: #323232. Windows color (decimal): -11983557 or 3876169. OLE color: 3876169.
HSL color Cylindrical-coordinate representation of color #49253B: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49253B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 59 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.71 |
| HSL | 323.33º | 0.33% | 0.22% | - |
| HSV(B) | 323.33º | 0.49% | 0.29% | - |
| XYZ | 4.2 | 3.06 | 4.51 | - |
| YUV | 50.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 59 | 0 | 0.49 | 0.19 | 0.71 | 323.33 | 0.33 | 0.22 |
| Hex | 49 | 25 | 3B | 0 | 31 | 13 | 47 | 143 | 21 | 16 |
| Octal | 111 | 45 | 73 | 0 | 61 | 23 | 107 | 503 | 41 | 26 |
| Binary | 1001001 | 100101 | 111011 | 0 | 110001 | 10011 | 1000111 | 101000011 | 100001 | 10110 |
Color Harmonies of #49253B
Complementary color
Monochromatic Colors of #49253B
Black with #49253B
Text Example
Text Example
White with #49253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49253B; }
p { color: rgb(73,37,59); }
H1.HeaderClassName
{
color: #49253B;
}
.AnyTagClassName
{
color: #49253B;
}
</style>
background-color css
<style>
a { background-color: #49253B; }
a { background-color: rgb(73,37,59); }
div.DivClassName
{
background-color: #49253B;
}
.BgClassName
{
background-color: #49253B;
}
</style>
border-color css
<style>
span { border-color: #49253B; }
span { border-color: rgb(73,37,59); }
td.TdClassName
{
border-color: #49253B;
}
.TagClassName
{
border-color: #49253B;
}
</style>