Shades of Barossa #50223C
Tints of Barossa #50223C
RGB
CMYK
RGB Variations
Color information
#50223C (or 0x50223C) is known color: Barossa. HEX triplet: 50, 22 and 3C. RGB value is (80,34,60). Sum of RGB (Red+Green+Blue) = 80+34+60=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223C is #AFDDC3. Grayscale: #323232. Windows color (decimal): -11525572 or 3940944. OLE color: 3940944.
HSL color Cylindrical-coordinate representation of color #50223C: hue angle of 326.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50223C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 60 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.69 |
| HSL | 326.09º | 0.4% | 0.22% | - |
| HSV(B) | 326.09º | 0.58% | 0.31% | - |
| XYZ | 4.7 | 3.18 | 4.64 | - |
| YUV | 50.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 60 | 0 | 0.58 | 0.25 | 0.69 | 326.09 | 0.4 | 0.22 |
| Hex | 50 | 22 | 3C | 0 | 3A | 19 | 45 | 146 | 28 | 16 |
| Octal | 120 | 42 | 74 | 0 | 72 | 31 | 105 | 506 | 50 | 26 |
| Binary | 1010000 | 100010 | 111100 | 0 | 111010 | 11001 | 1000101 | 101000110 | 101000 | 10110 |
Color Harmonies of #50223C
Complementary color
Monochromatic Colors of #50223C
Black with #50223C
Text Example
Text Example
White with #50223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50223C; }
p { color: rgb(80,34,60); }
H1.HeaderClassName
{
color: #50223C;
}
.AnyTagClassName
{
color: #50223C;
}
</style>
background-color css
<style>
a { background-color: #50223C; }
a { background-color: rgb(80,34,60); }
div.DivClassName
{
background-color: #50223C;
}
.BgClassName
{
background-color: #50223C;
}
</style>
border-color css
<style>
span { border-color: #50223C; }
span { border-color: rgb(80,34,60); }
td.TdClassName
{
border-color: #50223C;
}
.TagClassName
{
border-color: #50223C;
}
</style>