Shades of Barossa #503943
Tints of Barossa #503943
RGB
CMYK
RGB Variations
Color information
#503943 (or 0x503943) is known color: Barossa. HEX triplet: 50, 39 and 43. RGB value is (80,57,67). Sum of RGB (Red+Green+Blue) = 80+57+67=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #503943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503943 is #AFC6BC. Grayscale: #414141. Windows color (decimal): -11519677 or 4405584. OLE color: 4405584.
HSL color Cylindrical-coordinate representation of color #503943: hue angle of 333.91º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503943 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 67 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.69 |
| HSL | 333.91º | 0.17% | 0.27% | - |
| HSV(B) | 333.91º | 0.29% | 0.31% | - |
| XYZ | 5.78 | 5.04 | 5.98 | - |
| YUV | 65.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 67 | 0 | 0.29 | 0.16 | 0.69 | 333.91 | 0.17 | 0.27 |
| Hex | 50 | 39 | 43 | 0 | 1D | 10 | 45 | 14E | 11 | 1B |
| Octal | 120 | 71 | 103 | 0 | 35 | 20 | 105 | 516 | 21 | 33 |
| Binary | 1010000 | 111001 | 1000011 | 0 | 11101 | 10000 | 1000101 | 101001110 | 10001 | 11011 |
Color Harmonies of #503943
Complementary color
Monochromatic Colors of #503943
Black with #503943
Text Example
Text Example
White with #503943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503943; }
p { color: rgb(80,57,67); }
H1.HeaderClassName
{
color: #503943;
}
.AnyTagClassName
{
color: #503943;
}
</style>
background-color css
<style>
a { background-color: #503943; }
a { background-color: rgb(80,57,67); }
div.DivClassName
{
background-color: #503943;
}
.BgClassName
{
background-color: #503943;
}
</style>
border-color css
<style>
span { border-color: #503943; }
span { border-color: rgb(80,57,67); }
td.TdClassName
{
border-color: #503943;
}
.TagClassName
{
border-color: #503943;
}
</style>