Shades of Barossa #50313F
Tints of Barossa #50313F
RGB
CMYK
RGB Variations
Color information
#50313F (or 0x50313F) is known color: Barossa. HEX triplet: 50, 31 and 3F. RGB value is (80,49,63). Sum of RGB (Red+Green+Blue) = 80+49+63=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50313F is #AFCEC0. Grayscale: #3B3B3B. Windows color (decimal): -11521729 or 4141392. OLE color: 4141392.
HSL color Cylindrical-coordinate representation of color #50313F: hue angle of 332.9º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50313F is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 63 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.69 |
| HSL | 332.9º | 0.24% | 0.25% | - |
| HSV(B) | 332.9º | 0.39% | 0.31% | - |
| XYZ | 5.3 | 4.26 | 5.25 | - |
| YUV | 59.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 63 | 0 | 0.39 | 0.21 | 0.69 | 332.9 | 0.24 | 0.25 |
| Hex | 50 | 31 | 3F | 0 | 27 | 15 | 45 | 14D | 18 | 19 |
| Octal | 120 | 61 | 77 | 0 | 47 | 25 | 105 | 515 | 30 | 31 |
| Binary | 1010000 | 110001 | 111111 | 0 | 100111 | 10101 | 1000101 | 101001101 | 11000 | 11001 |
Color Harmonies of #50313F
Complementary color
Monochromatic Colors of #50313F
Black with #50313F
Text Example
Text Example
White with #50313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50313F; }
p { color: rgb(80,49,63); }
H1.HeaderClassName
{
color: #50313F;
}
.AnyTagClassName
{
color: #50313F;
}
</style>
background-color css
<style>
a { background-color: #50313F; }
a { background-color: rgb(80,49,63); }
div.DivClassName
{
background-color: #50313F;
}
.BgClassName
{
background-color: #50313F;
}
</style>
border-color css
<style>
span { border-color: #50313F; }
span { border-color: rgb(80,49,63); }
td.TdClassName
{
border-color: #50313F;
}
.TagClassName
{
border-color: #50313F;
}
</style>