Shades of Barossa #502C3E
Tints of Barossa #502C3E
RGB
CMYK
RGB Variations
Color information
#502C3E (or 0x502C3E) is known color: Barossa. HEX triplet: 50, 2C and 3E. RGB value is (80,44,62). Sum of RGB (Red+Green+Blue) = 80+44+62=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C3E is #AFD3C1. Grayscale: #383838. Windows color (decimal): -11523010 or 4074576. OLE color: 4074576.
HSL color Cylindrical-coordinate representation of color #502C3E: hue angle of 330º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C3E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 62 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.69 |
| HSL | 330º | 0.29% | 0.24% | - |
| HSV(B) | 330º | 0.45% | 0.31% | - |
| XYZ | 5.08 | 3.85 | 5.03 | - |
| YUV | 56.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 62 | 0 | 0.45 | 0.22 | 0.69 | 330 | 0.29 | 0.24 |
| Hex | 50 | 2C | 3E | 0 | 2D | 16 | 45 | 14A | 1D | 18 |
| Octal | 120 | 54 | 76 | 0 | 55 | 26 | 105 | 512 | 35 | 30 |
| Binary | 1010000 | 101100 | 111110 | 0 | 101101 | 10110 | 1000101 | 101001010 | 11101 | 11000 |
Color Harmonies of #502C3E
Complementary color
Monochromatic Colors of #502C3E
Black with #502C3E
Text Example
Text Example
White with #502C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C3E; }
p { color: rgb(80,44,62); }
H1.HeaderClassName
{
color: #502C3E;
}
.AnyTagClassName
{
color: #502C3E;
}
</style>
background-color css
<style>
a { background-color: #502C3E; }
a { background-color: rgb(80,44,62); }
div.DivClassName
{
background-color: #502C3E;
}
.BgClassName
{
background-color: #502C3E;
}
</style>
border-color css
<style>
span { border-color: #502C3E; }
span { border-color: rgb(80,44,62); }
td.TdClassName
{
border-color: #502C3E;
}
.TagClassName
{
border-color: #502C3E;
}
</style>