Shades of Barossa #50343F
Tints of Barossa #50343F
RGB
CMYK
RGB Variations
Color information
#50343F (or 0x50343F) is known color: Barossa. HEX triplet: 50, 34 and 3F. RGB value is (80,52,63). Sum of RGB (Red+Green+Blue) = 80+52+63=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50343F is #AFCBC0. Grayscale: #3D3D3D. Windows color (decimal): -11520961 or 4142160. OLE color: 4142160.
HSL color Cylindrical-coordinate representation of color #50343F: hue angle of 336.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50343F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 63 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.69 |
| HSL | 336.43º | 0.21% | 0.26% | - |
| HSV(B) | 336.43º | 0.35% | 0.31% | - |
| XYZ | 5.43 | 4.52 | 5.29 | - |
| YUV | 61.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 63 | 0 | 0.35 | 0.21 | 0.69 | 336.43 | 0.21 | 0.26 |
| Hex | 50 | 34 | 3F | 0 | 23 | 15 | 45 | 150 | 15 | 1A |
| Octal | 120 | 64 | 77 | 0 | 43 | 25 | 105 | 520 | 25 | 32 |
| Binary | 1010000 | 110100 | 111111 | 0 | 100011 | 10101 | 1000101 | 101010000 | 10101 | 11010 |
Color Harmonies of #50343F
Complementary color
Monochromatic Colors of #50343F
Black with #50343F
Text Example
Text Example
White with #50343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50343F; }
p { color: rgb(80,52,63); }
H1.HeaderClassName
{
color: #50343F;
}
.AnyTagClassName
{
color: #50343F;
}
</style>
background-color css
<style>
a { background-color: #50343F; }
a { background-color: rgb(80,52,63); }
div.DivClassName
{
background-color: #50343F;
}
.BgClassName
{
background-color: #50343F;
}
</style>
border-color css
<style>
span { border-color: #50343F; }
span { border-color: rgb(80,52,63); }
td.TdClassName
{
border-color: #50343F;
}
.TagClassName
{
border-color: #50343F;
}
</style>