Shades of Barossa #50273A
Tints of Barossa #50273A
RGB
CMYK
RGB Variations
Color information
#50273A (or 0x50273A) is known color: Barossa. HEX triplet: 50, 27 and 3A. RGB value is (80,39,58). Sum of RGB (Red+Green+Blue) = 80+39+58=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273A is #AFD8C5. Grayscale: #353535. Windows color (decimal): -11524294 or 3811152. OLE color: 3811152.
HSL color Cylindrical-coordinate representation of color #50273A: hue angle of 332.2º 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 #50273A is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 58 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.69 |
| HSL | 332.2º | 0.34% | 0.23% | - |
| HSV(B) | 332.2º | 0.51% | 0.31% | - |
| XYZ | 4.8 | 3.46 | 4.42 | - |
| YUV | 53.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 58 | 0 | 0.51 | 0.28 | 0.69 | 332.2 | 0.34 | 0.23 |
| Hex | 50 | 27 | 3A | 0 | 33 | 1C | 45 | 14C | 22 | 17 |
| Octal | 120 | 47 | 72 | 0 | 63 | 34 | 105 | 514 | 42 | 27 |
| Binary | 1010000 | 100111 | 111010 | 0 | 110011 | 11100 | 1000101 | 101001100 | 100010 | 10111 |
Color Harmonies of #50273A
Complementary color
Monochromatic Colors of #50273A
Black with #50273A
Text Example
Text Example
White with #50273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50273A; }
p { color: rgb(80,39,58); }
H1.HeaderClassName
{
color: #50273A;
}
.AnyTagClassName
{
color: #50273A;
}
</style>
background-color css
<style>
a { background-color: #50273A; }
a { background-color: rgb(80,39,58); }
div.DivClassName
{
background-color: #50273A;
}
.BgClassName
{
background-color: #50273A;
}
</style>
border-color css
<style>
span { border-color: #50273A; }
span { border-color: rgb(80,39,58); }
td.TdClassName
{
border-color: #50273A;
}
.TagClassName
{
border-color: #50273A;
}
</style>