Shades of Barossa #50223D
Tints of Barossa #50223D
RGB
CMYK
RGB Variations
Color information
#50223D (or 0x50223D) is known color: Barossa. HEX triplet: 50, 22 and 3D. RGB value is (80,34,61). Sum of RGB (Red+Green+Blue) = 80+34+61=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223D is #AFDDC2. Grayscale: #323232. Windows color (decimal): -11525571 or 4006480. OLE color: 4006480.
HSL color Cylindrical-coordinate representation of color #50223D: hue angle of 324.78º 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 #50223D is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 61 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.69 |
| HSL | 324.78º | 0.4% | 0.22% | - |
| HSV(B) | 324.78º | 0.58% | 0.31% | - |
| XYZ | 4.72 | 3.19 | 4.78 | - |
| YUV | 50.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 61 | 0 | 0.58 | 0.24 | 0.69 | 324.78 | 0.4 | 0.22 |
| Hex | 50 | 22 | 3D | 0 | 3A | 18 | 45 | 145 | 28 | 16 |
| Octal | 120 | 42 | 75 | 0 | 72 | 30 | 105 | 505 | 50 | 26 |
| Binary | 1010000 | 100010 | 111101 | 0 | 111010 | 11000 | 1000101 | 101000101 | 101000 | 10110 |
Color Harmonies of #50223D
Complementary color
Monochromatic Colors of #50223D
Black with #50223D
Text Example
Text Example
White with #50223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50223D; }
p { color: rgb(80,34,61); }
H1.HeaderClassName
{
color: #50223D;
}
.AnyTagClassName
{
color: #50223D;
}
</style>
background-color css
<style>
a { background-color: #50223D; }
a { background-color: rgb(80,34,61); }
div.DivClassName
{
background-color: #50223D;
}
.BgClassName
{
background-color: #50223D;
}
</style>
border-color css
<style>
span { border-color: #50223D; }
span { border-color: rgb(80,34,61); }
td.TdClassName
{
border-color: #50223D;
}
.TagClassName
{
border-color: #50223D;
}
</style>