Shades of Barossa #503040
Tints of Barossa #503040
RGB
CMYK
RGB Variations
Color information
#503040 (or 0x503040) is known color: Barossa. HEX triplet: 50, 30 and 40. RGB value is (80,48,64). Sum of RGB (Red+Green+Blue) = 80+48+64=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503040 is #AFCFBF. Grayscale: #3B3B3B. Windows color (decimal): -11521984 or 4206672. OLE color: 4206672.
HSL color Cylindrical-coordinate representation of color #503040: hue angle of 330º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503040 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 64 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.69 |
| HSL | 330º | 0.25% | 0.25% | - |
| HSV(B) | 330º | 0.4% | 0.31% | - |
| XYZ | 5.29 | 4.19 | 5.38 | - |
| YUV | 59.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 64 | 0 | 0.40 | 0.20 | 0.69 | 330 | 0.25 | 0.25 |
| Hex | 50 | 30 | 40 | 0 | 28 | 14 | 45 | 14A | 19 | 19 |
| Octal | 120 | 60 | 100 | 0 | 50 | 24 | 105 | 512 | 31 | 31 |
| Binary | 1010000 | 110000 | 1000000 | 0 | 101000 | 10100 | 1000101 | 101001010 | 11001 | 11001 |
Color Harmonies of #503040
Complementary color
Monochromatic Colors of #503040
Black with #503040
Text Example
Text Example
White with #503040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503040; }
p { color: rgb(80,48,64); }
H1.HeaderClassName
{
color: #503040;
}
.AnyTagClassName
{
color: #503040;
}
</style>
background-color css
<style>
a { background-color: #503040; }
a { background-color: rgb(80,48,64); }
div.DivClassName
{
background-color: #503040;
}
.BgClassName
{
background-color: #503040;
}
</style>
border-color css
<style>
span { border-color: #503040; }
span { border-color: rgb(80,48,64); }
td.TdClassName
{
border-color: #503040;
}
.TagClassName
{
border-color: #503040;
}
</style>