Shades of Barossa #502F40
Tints of Barossa #502F40
RGB
CMYK
RGB Variations
Color information
#502F40 (or 0x502F40) is known color: Barossa. HEX triplet: 50, 2F and 40. RGB value is (80,47,64). Sum of RGB (Red+Green+Blue) = 80+47+64=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F40 is #AFD0BF. Grayscale: #3A3A3A. Windows color (decimal): -11522240 or 4206416. OLE color: 4206416.
HSL color Cylindrical-coordinate representation of color #502F40: hue angle of 329.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F40 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 64 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.69 |
| HSL | 329.09º | 0.26% | 0.25% | - |
| HSV(B) | 329.09º | 0.41% | 0.31% | - |
| XYZ | 5.25 | 4.11 | 5.37 | - |
| YUV | 58.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 64 | 0 | 0.41 | 0.20 | 0.69 | 329.09 | 0.26 | 0.25 |
| Hex | 50 | 2F | 40 | 0 | 29 | 14 | 45 | 149 | 1A | 19 |
| Octal | 120 | 57 | 100 | 0 | 51 | 24 | 105 | 511 | 32 | 31 |
| Binary | 1010000 | 101111 | 1000000 | 0 | 101001 | 10100 | 1000101 | 101001001 | 11010 | 11001 |
Color Harmonies of #502F40
Complementary color
Monochromatic Colors of #502F40
Black with #502F40
Text Example
Text Example
White with #502F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F40; }
p { color: rgb(80,47,64); }
H1.HeaderClassName
{
color: #502F40;
}
.AnyTagClassName
{
color: #502F40;
}
</style>
background-color css
<style>
a { background-color: #502F40; }
a { background-color: rgb(80,47,64); }
div.DivClassName
{
background-color: #502F40;
}
.BgClassName
{
background-color: #502F40;
}
</style>
border-color css
<style>
span { border-color: #502F40; }
span { border-color: rgb(80,47,64); }
td.TdClassName
{
border-color: #502F40;
}
.TagClassName
{
border-color: #502F40;
}
</style>