Shades of Barossa #503341
Tints of Barossa #503341
RGB
CMYK
RGB Variations
Color information
#503341 (or 0x503341) is known color: Barossa. HEX triplet: 50, 33 and 41. RGB value is (80,51,65). Sum of RGB (Red+Green+Blue) = 80+51+65=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503341 is #AFCCBE. Grayscale: #3D3D3D. Windows color (decimal): -11521215 or 4272976. OLE color: 4272976.
HSL color Cylindrical-coordinate representation of color #503341: hue angle of 331.03º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503341 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 65 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.69 |
| HSL | 331.03º | 0.22% | 0.26% | - |
| HSV(B) | 331.03º | 0.36% | 0.31% | - |
| XYZ | 5.45 | 4.45 | 5.57 | - |
| YUV | 61.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 65 | 0 | 0.36 | 0.19 | 0.69 | 331.03 | 0.22 | 0.26 |
| Hex | 50 | 33 | 41 | 0 | 24 | 13 | 45 | 14B | 16 | 1A |
| Octal | 120 | 63 | 101 | 0 | 44 | 23 | 105 | 513 | 26 | 32 |
| Binary | 1010000 | 110011 | 1000001 | 0 | 100100 | 10011 | 1000101 | 101001011 | 10110 | 11010 |
Color Harmonies of #503341
Complementary color
Monochromatic Colors of #503341
Black with #503341
Text Example
Text Example
White with #503341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503341; }
p { color: rgb(80,51,65); }
H1.HeaderClassName
{
color: #503341;
}
.AnyTagClassName
{
color: #503341;
}
</style>
background-color css
<style>
a { background-color: #503341; }
a { background-color: rgb(80,51,65); }
div.DivClassName
{
background-color: #503341;
}
.BgClassName
{
background-color: #503341;
}
</style>
border-color css
<style>
span { border-color: #503341; }
span { border-color: rgb(80,51,65); }
td.TdClassName
{
border-color: #503341;
}
.TagClassName
{
border-color: #503341;
}
</style>