Shades of Barossa #503443
Tints of Barossa #503443
RGB
CMYK
RGB Variations
Color information
#503443 (or 0x503443) is known color: Barossa. HEX triplet: 50, 34 and 43. RGB value is (80,52,67). Sum of RGB (Red+Green+Blue) = 80+52+67=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503443 is #AFCBBC. Grayscale: #3E3E3E. Windows color (decimal): -11520957 or 4404304. OLE color: 4404304.
HSL color Cylindrical-coordinate representation of color #503443: hue angle of 327.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503443 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 67 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.69 |
| HSL | 327.86º | 0.21% | 0.26% | - |
| HSV(B) | 327.86º | 0.35% | 0.31% | - |
| XYZ | 5.55 | 4.57 | 5.9 | - |
| YUV | 62.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 67 | 0 | 0.35 | 0.16 | 0.69 | 327.86 | 0.21 | 0.26 |
| Hex | 50 | 34 | 43 | 0 | 23 | 10 | 45 | 148 | 15 | 1A |
| Octal | 120 | 64 | 103 | 0 | 43 | 20 | 105 | 510 | 25 | 32 |
| Binary | 1010000 | 110100 | 1000011 | 0 | 100011 | 10000 | 1000101 | 101001000 | 10101 | 11010 |
Color Harmonies of #503443
Complementary color
Monochromatic Colors of #503443
Black with #503443
Text Example
Text Example
White with #503443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503443; }
p { color: rgb(80,52,67); }
H1.HeaderClassName
{
color: #503443;
}
.AnyTagClassName
{
color: #503443;
}
</style>
background-color css
<style>
a { background-color: #503443; }
a { background-color: rgb(80,52,67); }
div.DivClassName
{
background-color: #503443;
}
.BgClassName
{
background-color: #503443;
}
</style>
border-color css
<style>
span { border-color: #503443; }
span { border-color: rgb(80,52,67); }
td.TdClassName
{
border-color: #503443;
}
.TagClassName
{
border-color: #503443;
}
</style>