Shades of Barossa #50313D
Tints of Barossa #50313D
RGB
CMYK
RGB Variations
Color information
#50313D (or 0x50313D) is known color: Barossa. HEX triplet: 50, 31 and 3D. RGB value is (80,49,61). Sum of RGB (Red+Green+Blue) = 80+49+61=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50313D is #AFCEC2. Grayscale: #3B3B3B. Windows color (decimal): -11521731 or 4010320. OLE color: 4010320.
HSL color Cylindrical-coordinate representation of color #50313D: hue angle of 336.77º 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 #50313D is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 61 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.69 |
| HSL | 336.77º | 0.24% | 0.25% | - |
| HSV(B) | 336.77º | 0.39% | 0.31% | - |
| XYZ | 5.25 | 4.24 | 4.96 | - |
| YUV | 59.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 61 | 0 | 0.39 | 0.24 | 0.69 | 336.77 | 0.24 | 0.25 |
| Hex | 50 | 31 | 3D | 0 | 27 | 18 | 45 | 151 | 18 | 19 |
| Octal | 120 | 61 | 75 | 0 | 47 | 30 | 105 | 521 | 30 | 31 |
| Binary | 1010000 | 110001 | 111101 | 0 | 100111 | 11000 | 1000101 | 101010001 | 11000 | 11001 |
Color Harmonies of #50313D
Complementary color
Monochromatic Colors of #50313D
Black with #50313D
Text Example
Text Example
White with #50313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50313D; }
p { color: rgb(80,49,61); }
H1.HeaderClassName
{
color: #50313D;
}
.AnyTagClassName
{
color: #50313D;
}
</style>
background-color css
<style>
a { background-color: #50313D; }
a { background-color: rgb(80,49,61); }
div.DivClassName
{
background-color: #50313D;
}
.BgClassName
{
background-color: #50313D;
}
</style>
border-color css
<style>
span { border-color: #50313D; }
span { border-color: rgb(80,49,61); }
td.TdClassName
{
border-color: #50313D;
}
.TagClassName
{
border-color: #50313D;
}
</style>