Shades of Barossa #502F42
Tints of Barossa #502F42
RGB
CMYK
RGB Variations
Color information
#502F42 (or 0x502F42) is known color: Barossa. HEX triplet: 50, 2F and 42. RGB value is (80,47,66). Sum of RGB (Red+Green+Blue) = 80+47+66=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F42 is #AFD0BD. Grayscale: #3A3A3A. Windows color (decimal): -11522238 or 4337488. OLE color: 4337488.
HSL color Cylindrical-coordinate representation of color #502F42: hue angle of 325.45º 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 #502F42 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 66 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.69 |
| HSL | 325.45º | 0.26% | 0.25% | - |
| HSV(B) | 325.45º | 0.41% | 0.31% | - |
| XYZ | 5.31 | 4.13 | 5.67 | - |
| YUV | 59.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 66 | 0 | 0.41 | 0.17 | 0.69 | 325.45 | 0.26 | 0.25 |
| Hex | 50 | 2F | 42 | 0 | 29 | 11 | 45 | 145 | 1A | 19 |
| Octal | 120 | 57 | 102 | 0 | 51 | 21 | 105 | 505 | 32 | 31 |
| Binary | 1010000 | 101111 | 1000010 | 0 | 101001 | 10001 | 1000101 | 101000101 | 11010 | 11001 |
Color Harmonies of #502F42
Complementary color
Monochromatic Colors of #502F42
Black with #502F42
Text Example
Text Example
White with #502F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F42; }
p { color: rgb(80,47,66); }
H1.HeaderClassName
{
color: #502F42;
}
.AnyTagClassName
{
color: #502F42;
}
</style>
background-color css
<style>
a { background-color: #502F42; }
a { background-color: rgb(80,47,66); }
div.DivClassName
{
background-color: #502F42;
}
.BgClassName
{
background-color: #502F42;
}
</style>
border-color css
<style>
span { border-color: #502F42; }
span { border-color: rgb(80,47,66); }
td.TdClassName
{
border-color: #502F42;
}
.TagClassName
{
border-color: #502F42;
}
</style>