Shades of Barossa #502E3F
Tints of Barossa #502E3F
RGB
CMYK
RGB Variations
Color information
#502E3F (or 0x502E3F) is known color: Barossa. HEX triplet: 50, 2E and 3F. RGB value is (80,46,63). Sum of RGB (Red+Green+Blue) = 80+46+63=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E3F is #AFD1C0. Grayscale: #3A3A3A. Windows color (decimal): -11522497 or 4140624. OLE color: 4140624.
HSL color Cylindrical-coordinate representation of color #502E3F: hue angle of 330º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E3F is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 63 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.69 |
| HSL | 330º | 0.27% | 0.25% | - |
| HSV(B) | 330º | 0.43% | 0.31% | - |
| XYZ | 5.18 | 4.02 | 5.21 | - |
| YUV | 58.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 63 | 0 | 0.42 | 0.21 | 0.69 | 330 | 0.27 | 0.25 |
| Hex | 50 | 2E | 3F | 0 | 2A | 15 | 45 | 14A | 1B | 19 |
| Octal | 120 | 56 | 77 | 0 | 52 | 25 | 105 | 512 | 33 | 31 |
| Binary | 1010000 | 101110 | 111111 | 0 | 101010 | 10101 | 1000101 | 101001010 | 11011 | 11001 |
Color Harmonies of #502E3F
Complementary color
Monochromatic Colors of #502E3F
Black with #502E3F
Text Example
Text Example
White with #502E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E3F; }
p { color: rgb(80,46,63); }
H1.HeaderClassName
{
color: #502E3F;
}
.AnyTagClassName
{
color: #502E3F;
}
</style>
background-color css
<style>
a { background-color: #502E3F; }
a { background-color: rgb(80,46,63); }
div.DivClassName
{
background-color: #502E3F;
}
.BgClassName
{
background-color: #502E3F;
}
</style>
border-color css
<style>
span { border-color: #502E3F; }
span { border-color: rgb(80,46,63); }
td.TdClassName
{
border-color: #502E3F;
}
.TagClassName
{
border-color: #502E3F;
}
</style>