Shades of Barossa #49263B
Tints of Barossa #49263B
RGB
CMYK
RGB Variations
Color information
#49263B (or 0x49263B) is known color: Barossa. HEX triplet: 49, 26 and 3B. RGB value is (73,38,59). Sum of RGB (Red+Green+Blue) = 73+38+59=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49263B is #B6D9C4. Grayscale: #323232. Windows color (decimal): -11983301 or 3876425. OLE color: 3876425.
HSL color Cylindrical-coordinate representation of color #49263B: hue angle of 324º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49263B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 59 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.71 |
| HSL | 324º | 0.32% | 0.22% | - |
| HSV(B) | 324º | 0.48% | 0.29% | - |
| XYZ | 4.23 | 3.12 | 4.52 | - |
| YUV | 50.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 59 | 0 | 0.48 | 0.19 | 0.71 | 324 | 0.32 | 0.22 |
| Hex | 49 | 26 | 3B | 0 | 30 | 13 | 47 | 144 | 20 | 16 |
| Octal | 111 | 46 | 73 | 0 | 60 | 23 | 107 | 504 | 40 | 26 |
| Binary | 1001001 | 100110 | 111011 | 0 | 110000 | 10011 | 1000111 | 101000100 | 100000 | 10110 |
Color Harmonies of #49263B
Complementary color
Monochromatic Colors of #49263B
Black with #49263B
Text Example
Text Example
White with #49263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49263B; }
p { color: rgb(73,38,59); }
H1.HeaderClassName
{
color: #49263B;
}
.AnyTagClassName
{
color: #49263B;
}
</style>
background-color css
<style>
a { background-color: #49263B; }
a { background-color: rgb(73,38,59); }
div.DivClassName
{
background-color: #49263B;
}
.BgClassName
{
background-color: #49263B;
}
</style>
border-color css
<style>
span { border-color: #49263B; }
span { border-color: rgb(73,38,59); }
td.TdClassName
{
border-color: #49263B;
}
.TagClassName
{
border-color: #49263B;
}
</style>