Shades of Barossa #502A40
Tints of Barossa #502A40
RGB
CMYK
RGB Variations
Color information
#502A40 (or 0x502A40) is known color: Barossa. HEX triplet: 50, 2A and 40. RGB value is (80,42,64). Sum of RGB (Red+Green+Blue) = 80+42+64=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A40 is #AFD5BF. Grayscale: #373737. Windows color (decimal): -11523520 or 4205136. OLE color: 4205136.
HSL color Cylindrical-coordinate representation of color #502A40: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A40 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 64 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.69 |
| HSL | 325.26º | 0.31% | 0.24% | - |
| HSV(B) | 325.26º | 0.48% | 0.31% | - |
| XYZ | 5.06 | 3.73 | 5.3 | - |
| YUV | 55.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 64 | 0 | 0.48 | 0.20 | 0.69 | 325.26 | 0.31 | 0.24 |
| Hex | 50 | 2A | 40 | 0 | 30 | 14 | 45 | 145 | 1F | 18 |
| Octal | 120 | 52 | 100 | 0 | 60 | 24 | 105 | 505 | 37 | 30 |
| Binary | 1010000 | 101010 | 1000000 | 0 | 110000 | 10100 | 1000101 | 101000101 | 11111 | 11000 |
Color Harmonies of #502A40
Complementary color
Monochromatic Colors of #502A40
Black with #502A40
Text Example
Text Example
White with #502A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A40; }
p { color: rgb(80,42,64); }
H1.HeaderClassName
{
color: #502A40;
}
.AnyTagClassName
{
color: #502A40;
}
</style>
background-color css
<style>
a { background-color: #502A40; }
a { background-color: rgb(80,42,64); }
div.DivClassName
{
background-color: #502A40;
}
.BgClassName
{
background-color: #502A40;
}
</style>
border-color css
<style>
span { border-color: #502A40; }
span { border-color: rgb(80,42,64); }
td.TdClassName
{
border-color: #502A40;
}
.TagClassName
{
border-color: #502A40;
}
</style>