Shades of Barossa #502E40
Tints of Barossa #502E40
RGB
CMYK
RGB Variations
Color information
#502E40 (or 0x502E40) is known color: Barossa. HEX triplet: 50, 2E and 40. RGB value is (80,46,64). Sum of RGB (Red+Green+Blue) = 80+46+64=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E40 is #AFD1BF. Grayscale: #3A3A3A. Windows color (decimal): -11522496 or 4206160. OLE color: 4206160.
HSL color Cylindrical-coordinate representation of color #502E40: hue angle of 328.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E40 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 64 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.69 |
| HSL | 328.24º | 0.27% | 0.25% | - |
| HSV(B) | 328.24º | 0.43% | 0.31% | - |
| XYZ | 5.21 | 4.03 | 5.35 | - |
| YUV | 58.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 64 | 0 | 0.42 | 0.20 | 0.69 | 328.24 | 0.27 | 0.25 |
| Hex | 50 | 2E | 40 | 0 | 2A | 14 | 45 | 148 | 1B | 19 |
| Octal | 120 | 56 | 100 | 0 | 52 | 24 | 105 | 510 | 33 | 31 |
| Binary | 1010000 | 101110 | 1000000 | 0 | 101010 | 10100 | 1000101 | 101001000 | 11011 | 11001 |
Color Harmonies of #502E40
Complementary color
Monochromatic Colors of #502E40
Black with #502E40
Text Example
Text Example
White with #502E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E40; }
p { color: rgb(80,46,64); }
H1.HeaderClassName
{
color: #502E40;
}
.AnyTagClassName
{
color: #502E40;
}
</style>
background-color css
<style>
a { background-color: #502E40; }
a { background-color: rgb(80,46,64); }
div.DivClassName
{
background-color: #502E40;
}
.BgClassName
{
background-color: #502E40;
}
</style>
border-color css
<style>
span { border-color: #502E40; }
span { border-color: rgb(80,46,64); }
td.TdClassName
{
border-color: #502E40;
}
.TagClassName
{
border-color: #502E40;
}
</style>