Shades of Barossa #50253F
Tints of Barossa #50253F
RGB
CMYK
RGB Variations
Color information
#50253F (or 0x50253F) is known color: Barossa. HEX triplet: 50, 25 and 3F. RGB value is (80,37,63). Sum of RGB (Red+Green+Blue) = 80+37+63=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50253F is #AFDAC0. Grayscale: #343434. Windows color (decimal): -11524801 or 4138320. OLE color: 4138320.
HSL color Cylindrical-coordinate representation of color #50253F: hue angle of 323.72º 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 #50253F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 63 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.69 |
| HSL | 323.72º | 0.37% | 0.23% | - |
| HSV(B) | 323.72º | 0.54% | 0.31% | - |
| XYZ | 4.87 | 3.39 | 5.1 | - |
| YUV | 52.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 63 | 0 | 0.54 | 0.21 | 0.69 | 323.72 | 0.37 | 0.23 |
| Hex | 50 | 25 | 3F | 0 | 36 | 15 | 45 | 144 | 25 | 17 |
| Octal | 120 | 45 | 77 | 0 | 66 | 25 | 105 | 504 | 45 | 27 |
| Binary | 1010000 | 100101 | 111111 | 0 | 110110 | 10101 | 1000101 | 101000100 | 100101 | 10111 |
Color Harmonies of #50253F
Complementary color
Monochromatic Colors of #50253F
Black with #50253F
Text Example
Text Example
White with #50253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50253F; }
p { color: rgb(80,37,63); }
H1.HeaderClassName
{
color: #50253F;
}
.AnyTagClassName
{
color: #50253F;
}
</style>
background-color css
<style>
a { background-color: #50253F; }
a { background-color: rgb(80,37,63); }
div.DivClassName
{
background-color: #50253F;
}
.BgClassName
{
background-color: #50253F;
}
</style>
border-color css
<style>
span { border-color: #50253F; }
span { border-color: rgb(80,37,63); }
td.TdClassName
{
border-color: #50253F;
}
.TagClassName
{
border-color: #50253F;
}
</style>