Shades of Barossa #503A44
Tints of Barossa #503A44
RGB
CMYK
RGB Variations
Color information
#503A44 (or 0x503A44) is known color: Barossa. HEX triplet: 50, 3A and 44. RGB value is (80,58,68). Sum of RGB (Red+Green+Blue) = 80+58+68=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #503A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A44 is #AFC5BB. Grayscale: #414141. Windows color (decimal): -11519420 or 4471376. OLE color: 4471376.
HSL color Cylindrical-coordinate representation of color #503A44: hue angle of 332.73º 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 #503A44 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 68 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.69 |
| HSL | 332.73º | 0.16% | 0.27% | - |
| HSV(B) | 332.73º | 0.28% | 0.31% | - |
| XYZ | 5.86 | 5.15 | 6.15 | - |
| YUV | 65.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 68 | 0 | 0.28 | 0.15 | 0.69 | 332.73 | 0.16 | 0.27 |
| Hex | 50 | 3A | 44 | 0 | 1C | F | 45 | 14D | 10 | 1B |
| Octal | 120 | 72 | 104 | 0 | 34 | 17 | 105 | 515 | 20 | 33 |
| Binary | 1010000 | 111010 | 1000100 | 0 | 11100 | 1111 | 1000101 | 101001101 | 10000 | 11011 |
Color Harmonies of #503A44
Complementary color
Monochromatic Colors of #503A44
Black with #503A44
Text Example
Text Example
White with #503A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A44; }
p { color: rgb(80,58,68); }
H1.HeaderClassName
{
color: #503A44;
}
.AnyTagClassName
{
color: #503A44;
}
</style>
background-color css
<style>
a { background-color: #503A44; }
a { background-color: rgb(80,58,68); }
div.DivClassName
{
background-color: #503A44;
}
.BgClassName
{
background-color: #503A44;
}
</style>
border-color css
<style>
span { border-color: #503A44; }
span { border-color: rgb(80,58,68); }
td.TdClassName
{
border-color: #503A44;
}
.TagClassName
{
border-color: #503A44;
}
</style>