Shades of Barossa #503841
Tints of Barossa #503841
RGB
CMYK
RGB Variations
Color information
#503841 (or 0x503841) is known color: Barossa. HEX triplet: 50, 38 and 41. RGB value is (80,56,65). Sum of RGB (Red+Green+Blue) = 80+56+65=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503841 is #AFC7BE. Grayscale: #404040. Windows color (decimal): -11519935 or 4274256. OLE color: 4274256.
HSL color Cylindrical-coordinate representation of color #503841: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503841 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 65 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.69 |
| HSL | 337.5º | 0.18% | 0.27% | - |
| HSV(B) | 337.5º | 0.3% | 0.31% | - |
| XYZ | 5.68 | 4.92 | 5.65 | - |
| YUV | 64.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 65 | 0 | 0.30 | 0.19 | 0.69 | 337.5 | 0.18 | 0.27 |
| Hex | 50 | 38 | 41 | 0 | 1E | 13 | 45 | 152 | 12 | 1B |
| Octal | 120 | 70 | 101 | 0 | 36 | 23 | 105 | 522 | 22 | 33 |
| Binary | 1010000 | 111000 | 1000001 | 0 | 11110 | 10011 | 1000101 | 101010010 | 10010 | 11011 |
Color Harmonies of #503841
Complementary color
Monochromatic Colors of #503841
Black with #503841
Text Example
Text Example
White with #503841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503841; }
p { color: rgb(80,56,65); }
H1.HeaderClassName
{
color: #503841;
}
.AnyTagClassName
{
color: #503841;
}
</style>
background-color css
<style>
a { background-color: #503841; }
a { background-color: rgb(80,56,65); }
div.DivClassName
{
background-color: #503841;
}
.BgClassName
{
background-color: #503841;
}
</style>
border-color css
<style>
span { border-color: #503841; }
span { border-color: rgb(80,56,65); }
td.TdClassName
{
border-color: #503841;
}
.TagClassName
{
border-color: #503841;
}
</style>