Shades of Barossa #503441
Tints of Barossa #503441
RGB
CMYK
RGB Variations
Color information
#503441 (or 0x503441) is known color: Barossa. HEX triplet: 50, 34 and 41. RGB value is (80,52,65). Sum of RGB (Red+Green+Blue) = 80+52+65=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503441 is #AFCBBE. Grayscale: #3D3D3D. Windows color (decimal): -11520959 or 4273232. OLE color: 4273232.
HSL color Cylindrical-coordinate representation of color #503441: hue angle of 332.14º 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 #503441 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 65 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.69 |
| HSL | 332.14º | 0.21% | 0.26% | - |
| HSV(B) | 332.14º | 0.35% | 0.31% | - |
| XYZ | 5.49 | 4.54 | 5.59 | - |
| YUV | 61.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 65 | 0 | 0.35 | 0.19 | 0.69 | 332.14 | 0.21 | 0.26 |
| Hex | 50 | 34 | 41 | 0 | 23 | 13 | 45 | 14C | 15 | 1A |
| Octal | 120 | 64 | 101 | 0 | 43 | 23 | 105 | 514 | 25 | 32 |
| Binary | 1010000 | 110100 | 1000001 | 0 | 100011 | 10011 | 1000101 | 101001100 | 10101 | 11010 |
Color Harmonies of #503441
Complementary color
Monochromatic Colors of #503441
Black with #503441
Text Example
Text Example
White with #503441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503441; }
p { color: rgb(80,52,65); }
H1.HeaderClassName
{
color: #503441;
}
.AnyTagClassName
{
color: #503441;
}
</style>
background-color css
<style>
a { background-color: #503441; }
a { background-color: rgb(80,52,65); }
div.DivClassName
{
background-color: #503441;
}
.BgClassName
{
background-color: #503441;
}
</style>
border-color css
<style>
span { border-color: #503441; }
span { border-color: rgb(80,52,65); }
td.TdClassName
{
border-color: #503441;
}
.TagClassName
{
border-color: #503441;
}
</style>