Shades of Barossa #50263F
Tints of Barossa #50263F
RGB
CMYK
RGB Variations
Color information
#50263F (or 0x50263F) is known color: Barossa. HEX triplet: 50, 26 and 3F. RGB value is (80,38,63). Sum of RGB (Red+Green+Blue) = 80+38+63=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50263F is #AFD9C0. Grayscale: #353535. Windows color (decimal): -11524545 or 4138576. OLE color: 4138576.
HSL color Cylindrical-coordinate representation of color #50263F: hue angle of 324.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50263F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 63 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.69 |
| HSL | 324.29º | 0.36% | 0.23% | - |
| HSV(B) | 324.29º | 0.53% | 0.31% | - |
| XYZ | 4.9 | 3.45 | 5.11 | - |
| YUV | 53.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 63 | 0 | 0.52 | 0.21 | 0.69 | 324.29 | 0.36 | 0.23 |
| Hex | 50 | 26 | 3F | 0 | 34 | 15 | 45 | 144 | 24 | 17 |
| Octal | 120 | 46 | 77 | 0 | 64 | 25 | 105 | 504 | 44 | 27 |
| Binary | 1010000 | 100110 | 111111 | 0 | 110100 | 10101 | 1000101 | 101000100 | 100100 | 10111 |
Color Harmonies of #50263F
Complementary color
Monochromatic Colors of #50263F
Black with #50263F
Text Example
Text Example
White with #50263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50263F; }
p { color: rgb(80,38,63); }
H1.HeaderClassName
{
color: #50263F;
}
.AnyTagClassName
{
color: #50263F;
}
</style>
background-color css
<style>
a { background-color: #50263F; }
a { background-color: rgb(80,38,63); }
div.DivClassName
{
background-color: #50263F;
}
.BgClassName
{
background-color: #50263F;
}
</style>
border-color css
<style>
span { border-color: #50263F; }
span { border-color: rgb(80,38,63); }
td.TdClassName
{
border-color: #50263F;
}
.TagClassName
{
border-color: #50263F;
}
</style>