Shades of Barossa #502B40
Tints of Barossa #502B40
RGB
CMYK
RGB Variations
Color information
#502B40 (or 0x502B40) is known color: Barossa. HEX triplet: 50, 2B and 40. RGB value is (80,43,64). Sum of RGB (Red+Green+Blue) = 80+43+64=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B40 is #AFD4BF. Grayscale: #383838. Windows color (decimal): -11523264 or 4205392. OLE color: 4205392.
HSL color Cylindrical-coordinate representation of color #502B40: hue angle of 325.95º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B40 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 64 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.69 |
| HSL | 325.95º | 0.3% | 0.24% | - |
| HSV(B) | 325.95º | 0.46% | 0.31% | - |
| XYZ | 5.1 | 3.8 | 5.32 | - |
| YUV | 56.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 64 | 0 | 0.46 | 0.20 | 0.69 | 325.95 | 0.3 | 0.24 |
| Hex | 50 | 2B | 40 | 0 | 2E | 14 | 45 | 146 | 1E | 18 |
| Octal | 120 | 53 | 100 | 0 | 56 | 24 | 105 | 506 | 36 | 30 |
| Binary | 1010000 | 101011 | 1000000 | 0 | 101110 | 10100 | 1000101 | 101000110 | 11110 | 11000 |
Color Harmonies of #502B40
Complementary color
Monochromatic Colors of #502B40
Black with #502B40
Text Example
Text Example
White with #502B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B40; }
p { color: rgb(80,43,64); }
H1.HeaderClassName
{
color: #502B40;
}
.AnyTagClassName
{
color: #502B40;
}
</style>
background-color css
<style>
a { background-color: #502B40; }
a { background-color: rgb(80,43,64); }
div.DivClassName
{
background-color: #502B40;
}
.BgClassName
{
background-color: #502B40;
}
</style>
border-color css
<style>
span { border-color: #502B40; }
span { border-color: rgb(80,43,64); }
td.TdClassName
{
border-color: #502B40;
}
.TagClassName
{
border-color: #502B40;
}
</style>