Shades of Barossa #502C42
Tints of Barossa #502C42
RGB
CMYK
RGB Variations
Color information
#502C42 (or 0x502C42) is known color: Barossa. HEX triplet: 50, 2C and 42. RGB value is (80,44,66). Sum of RGB (Red+Green+Blue) = 80+44+66=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C42 is #AFD3BD. Grayscale: #393939. Windows color (decimal): -11523006 or 4336720. OLE color: 4336720.
HSL color Cylindrical-coordinate representation of color #502C42: hue angle of 323.33º 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 #502C42 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 66 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.69 |
| HSL | 323.33º | 0.29% | 0.24% | - |
| HSV(B) | 323.33º | 0.45% | 0.31% | - |
| XYZ | 5.19 | 3.9 | 5.63 | - |
| YUV | 57.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 66 | 0 | 0.45 | 0.17 | 0.69 | 323.33 | 0.29 | 0.24 |
| Hex | 50 | 2C | 42 | 0 | 2D | 11 | 45 | 143 | 1D | 18 |
| Octal | 120 | 54 | 102 | 0 | 55 | 21 | 105 | 503 | 35 | 30 |
| Binary | 1010000 | 101100 | 1000010 | 0 | 101101 | 10001 | 1000101 | 101000011 | 11101 | 11000 |
Color Harmonies of #502C42
Complementary color
Monochromatic Colors of #502C42
Black with #502C42
Text Example
Text Example
White with #502C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C42; }
p { color: rgb(80,44,66); }
H1.HeaderClassName
{
color: #502C42;
}
.AnyTagClassName
{
color: #502C42;
}
</style>
background-color css
<style>
a { background-color: #502C42; }
a { background-color: rgb(80,44,66); }
div.DivClassName
{
background-color: #502C42;
}
.BgClassName
{
background-color: #502C42;
}
</style>
border-color css
<style>
span { border-color: #502C42; }
span { border-color: rgb(80,44,66); }
td.TdClassName
{
border-color: #502C42;
}
.TagClassName
{
border-color: #502C42;
}
</style>