Shades of Barossa #502039
Tints of Barossa #502039
RGB
CMYK
RGB Variations
Color information
#502039 (or 0x502039) is known color: Barossa. HEX triplet: 50, 20 and 39. RGB value is (80,32,57). Sum of RGB (Red+Green+Blue) = 80+32+57=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502039 is #AFDFC6. Grayscale: #313131. Windows color (decimal): -11526087 or 3743824. OLE color: 3743824.
HSL color Cylindrical-coordinate representation of color #502039: hue angle of 328.75º 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 #502039 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 57 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.69 |
| HSL | 328.75º | 0.43% | 0.22% | - |
| HSV(B) | 328.75º | 0.6% | 0.31% | - |
| XYZ | 4.56 | 3.03 | 4.22 | - |
| YUV | 49.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 57 | 0 | 0.60 | 0.29 | 0.69 | 328.75 | 0.43 | 0.22 |
| Hex | 50 | 20 | 39 | 0 | 3C | 1D | 45 | 149 | 2B | 16 |
| Octal | 120 | 40 | 71 | 0 | 74 | 35 | 105 | 511 | 53 | 26 |
| Binary | 1010000 | 100000 | 111001 | 0 | 111100 | 11101 | 1000101 | 101001001 | 101011 | 10110 |
Color Harmonies of #502039
Complementary color
Monochromatic Colors of #502039
Black with #502039
Text Example
Text Example
White with #502039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502039; }
p { color: rgb(80,32,57); }
H1.HeaderClassName
{
color: #502039;
}
.AnyTagClassName
{
color: #502039;
}
</style>
background-color css
<style>
a { background-color: #502039; }
a { background-color: rgb(80,32,57); }
div.DivClassName
{
background-color: #502039;
}
.BgClassName
{
background-color: #502039;
}
</style>
border-color css
<style>
span { border-color: #502039; }
span { border-color: rgb(80,32,57); }
td.TdClassName
{
border-color: #502039;
}
.TagClassName
{
border-color: #502039;
}
</style>