Shades of Barossa #503540
Tints of Barossa #503540
RGB
CMYK
RGB Variations
Color information
#503540 (or 0x503540) is known color: Barossa. HEX triplet: 50, 35 and 40. RGB value is (80,53,64). Sum of RGB (Red+Green+Blue) = 80+53+64=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503540 is #AFCABF. Grayscale: #3E3E3E. Windows color (decimal): -11520704 or 4207952. OLE color: 4207952.
HSL color Cylindrical-coordinate representation of color #503540: hue angle of 335.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503540 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 64 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.69 |
| HSL | 335.56º | 0.2% | 0.26% | - |
| HSV(B) | 335.56º | 0.34% | 0.31% | - |
| XYZ | 5.51 | 4.62 | 5.45 | - |
| YUV | 62.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 64 | 0 | 0.34 | 0.20 | 0.69 | 335.56 | 0.2 | 0.26 |
| Hex | 50 | 35 | 40 | 0 | 22 | 14 | 45 | 150 | 14 | 1A |
| Octal | 120 | 65 | 100 | 0 | 42 | 24 | 105 | 520 | 24 | 32 |
| Binary | 1010000 | 110101 | 1000000 | 0 | 100010 | 10100 | 1000101 | 101010000 | 10100 | 11010 |
Color Harmonies of #503540
Complementary color
Monochromatic Colors of #503540
Black with #503540
Text Example
Text Example
White with #503540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503540; }
p { color: rgb(80,53,64); }
H1.HeaderClassName
{
color: #503540;
}
.AnyTagClassName
{
color: #503540;
}
</style>
background-color css
<style>
a { background-color: #503540; }
a { background-color: rgb(80,53,64); }
div.DivClassName
{
background-color: #503540;
}
.BgClassName
{
background-color: #503540;
}
</style>
border-color css
<style>
span { border-color: #503540; }
span { border-color: rgb(80,53,64); }
td.TdClassName
{
border-color: #503540;
}
.TagClassName
{
border-color: #503540;
}
</style>