Shades of Barossa #50273B
Tints of Barossa #50273B
RGB
CMYK
RGB Variations
Color information
#50273B (or 0x50273B) is known color: Barossa. HEX triplet: 50, 27 and 3B. RGB value is (80,39,59). Sum of RGB (Red+Green+Blue) = 80+39+59=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273B is #AFD8C4. Grayscale: #353535. Windows color (decimal): -11524293 or 3876688. OLE color: 3876688.
HSL color Cylindrical-coordinate representation of color #50273B: hue angle of 330.73º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50273B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 59 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.69 |
| HSL | 330.73º | 0.34% | 0.23% | - |
| HSV(B) | 330.73º | 0.51% | 0.31% | - |
| XYZ | 4.82 | 3.47 | 4.55 | - |
| YUV | 53.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 59 | 0 | 0.51 | 0.26 | 0.69 | 330.73 | 0.34 | 0.23 |
| Hex | 50 | 27 | 3B | 0 | 33 | 1A | 45 | 14B | 22 | 17 |
| Octal | 120 | 47 | 73 | 0 | 63 | 32 | 105 | 513 | 42 | 27 |
| Binary | 1010000 | 100111 | 111011 | 0 | 110011 | 11010 | 1000101 | 101001011 | 100010 | 10111 |
Color Harmonies of #50273B
Complementary color
Monochromatic Colors of #50273B
Black with #50273B
Text Example
Text Example
White with #50273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50273B; }
p { color: rgb(80,39,59); }
H1.HeaderClassName
{
color: #50273B;
}
.AnyTagClassName
{
color: #50273B;
}
</style>
background-color css
<style>
a { background-color: #50273B; }
a { background-color: rgb(80,39,59); }
div.DivClassName
{
background-color: #50273B;
}
.BgClassName
{
background-color: #50273B;
}
</style>
border-color css
<style>
span { border-color: #50273B; }
span { border-color: rgb(80,39,59); }
td.TdClassName
{
border-color: #50273B;
}
.TagClassName
{
border-color: #50273B;
}
</style>