Shades of Barossa #50213A
Tints of Barossa #50213A
RGB
CMYK
RGB Variations
Color information
#50213A (or 0x50213A) is known color: Barossa. HEX triplet: 50, 21 and 3A. RGB value is (80,33,58). Sum of RGB (Red+Green+Blue) = 80+33+58=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50213A is #AFDEC5. Grayscale: #313131. Windows color (decimal): -11525830 or 3809616. OLE color: 3809616.
HSL color Cylindrical-coordinate representation of color #50213A: hue angle of 328.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50213A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 58 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.69 |
| HSL | 328.09º | 0.42% | 0.22% | - |
| HSV(B) | 328.09º | 0.59% | 0.31% | - |
| XYZ | 4.62 | 3.1 | 4.36 | - |
| YUV | 49.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 58 | 0 | 0.59 | 0.28 | 0.69 | 328.09 | 0.42 | 0.22 |
| Hex | 50 | 21 | 3A | 0 | 3B | 1C | 45 | 148 | 2A | 16 |
| Octal | 120 | 41 | 72 | 0 | 73 | 34 | 105 | 510 | 52 | 26 |
| Binary | 1010000 | 100001 | 111010 | 0 | 111011 | 11100 | 1000101 | 101001000 | 101010 | 10110 |
Color Harmonies of #50213A
Complementary color
Monochromatic Colors of #50213A
Black with #50213A
Text Example
Text Example
White with #50213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50213A; }
p { color: rgb(80,33,58); }
H1.HeaderClassName
{
color: #50213A;
}
.AnyTagClassName
{
color: #50213A;
}
</style>
background-color css
<style>
a { background-color: #50213A; }
a { background-color: rgb(80,33,58); }
div.DivClassName
{
background-color: #50213A;
}
.BgClassName
{
background-color: #50213A;
}
</style>
border-color css
<style>
span { border-color: #50213A; }
span { border-color: rgb(80,33,58); }
td.TdClassName
{
border-color: #50213A;
}
.TagClassName
{
border-color: #50213A;
}
</style>