Shades of Barossa #503A43
Tints of Barossa #503A43
RGB
CMYK
RGB Variations
Color information
#503A43 (or 0x503A43) is known color: Barossa. HEX triplet: 50, 3A and 43. RGB value is (80,58,67). Sum of RGB (Red+Green+Blue) = 80+58+67=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A43 is #AFC5BC. Grayscale: #414141. Windows color (decimal): -11519421 or 4405840. OLE color: 4405840.
HSL color Cylindrical-coordinate representation of color #503A43: hue angle of 335.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A43 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 67 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.69 |
| HSL | 335.45º | 0.16% | 0.27% | - |
| HSV(B) | 335.45º | 0.28% | 0.31% | - |
| XYZ | 5.83 | 5.14 | 5.99 | - |
| YUV | 65.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 67 | 0 | 0.28 | 0.16 | 0.69 | 335.45 | 0.16 | 0.27 |
| Hex | 50 | 3A | 43 | 0 | 1C | 10 | 45 | 14F | 10 | 1B |
| Octal | 120 | 72 | 103 | 0 | 34 | 20 | 105 | 517 | 20 | 33 |
| Binary | 1010000 | 111010 | 1000011 | 0 | 11100 | 10000 | 1000101 | 101001111 | 10000 | 11011 |
Color Harmonies of #503A43
Complementary color
Monochromatic Colors of #503A43
Black with #503A43
Text Example
Text Example
White with #503A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A43; }
p { color: rgb(80,58,67); }
H1.HeaderClassName
{
color: #503A43;
}
.AnyTagClassName
{
color: #503A43;
}
</style>
background-color css
<style>
a { background-color: #503A43; }
a { background-color: rgb(80,58,67); }
div.DivClassName
{
background-color: #503A43;
}
.BgClassName
{
background-color: #503A43;
}
</style>
border-color css
<style>
span { border-color: #503A43; }
span { border-color: rgb(80,58,67); }
td.TdClassName
{
border-color: #503A43;
}
.TagClassName
{
border-color: #503A43;
}
</style>