Shades of Barossa #50203C
Tints of Barossa #50203C
RGB
CMYK
RGB Variations
Color information
#50203C (or 0x50203C) is known color: Barossa. HEX triplet: 50, 20 and 3C. RGB value is (80,32,60). Sum of RGB (Red+Green+Blue) = 80+32+60=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50203C is #AFDFC3. Grayscale: #313131. Windows color (decimal): -11526084 or 3940432. OLE color: 3940432.
HSL color Cylindrical-coordinate representation of color #50203C: hue angle of 325º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50203C is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 60 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.69 |
| HSL | 325º | 0.43% | 0.22% | - |
| HSV(B) | 325º | 0.6% | 0.31% | - |
| XYZ | 4.64 | 3.06 | 4.62 | - |
| YUV | 49.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 60 | 0 | 0.60 | 0.25 | 0.69 | 325 | 0.43 | 0.22 |
| Hex | 50 | 20 | 3C | 0 | 3C | 19 | 45 | 145 | 2B | 16 |
| Octal | 120 | 40 | 74 | 0 | 74 | 31 | 105 | 505 | 53 | 26 |
| Binary | 1010000 | 100000 | 111100 | 0 | 111100 | 11001 | 1000101 | 101000101 | 101011 | 10110 |
Color Harmonies of #50203C
Complementary color
Monochromatic Colors of #50203C
Black with #50203C
Text Example
Text Example
White with #50203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50203C; }
p { color: rgb(80,32,60); }
H1.HeaderClassName
{
color: #50203C;
}
.AnyTagClassName
{
color: #50203C;
}
</style>
background-color css
<style>
a { background-color: #50203C; }
a { background-color: rgb(80,32,60); }
div.DivClassName
{
background-color: #50203C;
}
.BgClassName
{
background-color: #50203C;
}
</style>
border-color css
<style>
span { border-color: #50203C; }
span { border-color: rgb(80,32,60); }
td.TdClassName
{
border-color: #50203C;
}
.TagClassName
{
border-color: #50203C;
}
</style>