Shades of Barossa #50253E
Tints of Barossa #50253E
RGB
CMYK
RGB Variations
Color information
#50253E (or 0x50253E) is known color: Barossa. HEX triplet: 50, 25 and 3E. RGB value is (80,37,62). Sum of RGB (Red+Green+Blue) = 80+37+62=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50253E is #AFDAC1. Grayscale: #343434. Windows color (decimal): -11524802 or 4072784. OLE color: 4072784.
HSL color Cylindrical-coordinate representation of color #50253E: hue angle of 325.12º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50253E is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 62 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.69 |
| HSL | 325.12º | 0.37% | 0.23% | - |
| HSV(B) | 325.12º | 0.54% | 0.31% | - |
| XYZ | 4.84 | 3.38 | 4.95 | - |
| YUV | 52.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 62 | 0 | 0.54 | 0.22 | 0.69 | 325.12 | 0.37 | 0.23 |
| Hex | 50 | 25 | 3E | 0 | 36 | 16 | 45 | 145 | 25 | 17 |
| Octal | 120 | 45 | 76 | 0 | 66 | 26 | 105 | 505 | 45 | 27 |
| Binary | 1010000 | 100101 | 111110 | 0 | 110110 | 10110 | 1000101 | 101000101 | 100101 | 10111 |
Color Harmonies of #50253E
Complementary color
Monochromatic Colors of #50253E
Black with #50253E
Text Example
Text Example
White with #50253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50253E; }
p { color: rgb(80,37,62); }
H1.HeaderClassName
{
color: #50253E;
}
.AnyTagClassName
{
color: #50253E;
}
</style>
background-color css
<style>
a { background-color: #50253E; }
a { background-color: rgb(80,37,62); }
div.DivClassName
{
background-color: #50253E;
}
.BgClassName
{
background-color: #50253E;
}
</style>
border-color css
<style>
span { border-color: #50253E; }
span { border-color: rgb(80,37,62); }
td.TdClassName
{
border-color: #50253E;
}
.TagClassName
{
border-color: #50253E;
}
</style>