Shades of Barossa #503143
Tints of Barossa #503143
RGB
CMYK
RGB Variations
Color information
#503143 (or 0x503143) is known color: Barossa. HEX triplet: 50, 31 and 43. RGB value is (80,49,67). Sum of RGB (Red+Green+Blue) = 80+49+67=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503143 is #AFCEBC. Grayscale: #3C3C3C. Windows color (decimal): -11521725 or 4403536. OLE color: 4403536.
HSL color Cylindrical-coordinate representation of color #503143: hue angle of 325.16º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503143 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 67 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.69 |
| HSL | 325.16º | 0.24% | 0.25% | - |
| HSV(B) | 325.16º | 0.39% | 0.31% | - |
| XYZ | 5.42 | 4.31 | 5.86 | - |
| YUV | 60.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 67 | 0 | 0.39 | 0.16 | 0.69 | 325.16 | 0.24 | 0.25 |
| Hex | 50 | 31 | 43 | 0 | 27 | 10 | 45 | 145 | 18 | 19 |
| Octal | 120 | 61 | 103 | 0 | 47 | 20 | 105 | 505 | 30 | 31 |
| Binary | 1010000 | 110001 | 1000011 | 0 | 100111 | 10000 | 1000101 | 101000101 | 11000 | 11001 |
Color Harmonies of #503143
Complementary color
Monochromatic Colors of #503143
Black with #503143
Text Example
Text Example
White with #503143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503143; }
p { color: rgb(80,49,67); }
H1.HeaderClassName
{
color: #503143;
}
.AnyTagClassName
{
color: #503143;
}
</style>
background-color css
<style>
a { background-color: #503143; }
a { background-color: rgb(80,49,67); }
div.DivClassName
{
background-color: #503143;
}
.BgClassName
{
background-color: #503143;
}
</style>
border-color css
<style>
span { border-color: #503143; }
span { border-color: rgb(80,49,67); }
td.TdClassName
{
border-color: #503143;
}
.TagClassName
{
border-color: #503143;
}
</style>