Shades of Barossa #50213F
Tints of Barossa #50213F
RGB
CMYK
RGB Variations
Color information
#50213F (or 0x50213F) is known color: Barossa. HEX triplet: 50, 21 and 3F. RGB value is (80,33,63). Sum of RGB (Red+Green+Blue) = 80+33+63=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50213F is #AFDEC0. Grayscale: #323232. Windows color (decimal): -11525825 or 4137296. OLE color: 4137296.
HSL color Cylindrical-coordinate representation of color #50213F: hue angle of 321.7º 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 #50213F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 63 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.69 |
| HSL | 321.7º | 0.42% | 0.22% | - |
| HSV(B) | 321.7º | 0.59% | 0.31% | - |
| XYZ | 4.75 | 3.15 | 5.06 | - |
| YUV | 50.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 63 | 0 | 0.59 | 0.21 | 0.69 | 321.7 | 0.42 | 0.22 |
| Hex | 50 | 21 | 3F | 0 | 3B | 15 | 45 | 142 | 2A | 16 |
| Octal | 120 | 41 | 77 | 0 | 73 | 25 | 105 | 502 | 52 | 26 |
| Binary | 1010000 | 100001 | 111111 | 0 | 111011 | 10101 | 1000101 | 101000010 | 101010 | 10110 |
Color Harmonies of #50213F
Complementary color
Monochromatic Colors of #50213F
Black with #50213F
Text Example
Text Example
White with #50213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50213F; }
p { color: rgb(80,33,63); }
H1.HeaderClassName
{
color: #50213F;
}
.AnyTagClassName
{
color: #50213F;
}
</style>
background-color css
<style>
a { background-color: #50213F; }
a { background-color: rgb(80,33,63); }
div.DivClassName
{
background-color: #50213F;
}
.BgClassName
{
background-color: #50213F;
}
</style>
border-color css
<style>
span { border-color: #50213F; }
span { border-color: rgb(80,33,63); }
td.TdClassName
{
border-color: #50213F;
}
.TagClassName
{
border-color: #50213F;
}
</style>