Shades of Barossa #50243F
Tints of Barossa #50243F
RGB
CMYK
RGB Variations
Color information
#50243F (or 0x50243F) is known color: Barossa. HEX triplet: 50, 24 and 3F. RGB value is (80,36,63). Sum of RGB (Red+Green+Blue) = 80+36+63=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50243F is #AFDBC0. Grayscale: #343434. Windows color (decimal): -11525057 or 4138064. OLE color: 4138064.
HSL color Cylindrical-coordinate representation of color #50243F: hue angle of 323.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50243F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 63 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.69 |
| HSL | 323.18º | 0.38% | 0.23% | - |
| HSV(B) | 323.18º | 0.55% | 0.31% | - |
| XYZ | 4.84 | 3.33 | 5.09 | - |
| YUV | 52.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 63 | 0 | 0.55 | 0.21 | 0.69 | 323.18 | 0.38 | 0.23 |
| Hex | 50 | 24 | 3F | 0 | 37 | 15 | 45 | 143 | 26 | 17 |
| Octal | 120 | 44 | 77 | 0 | 67 | 25 | 105 | 503 | 46 | 27 |
| Binary | 1010000 | 100100 | 111111 | 0 | 110111 | 10101 | 1000101 | 101000011 | 100110 | 10111 |
Color Harmonies of #50243F
Complementary color
Monochromatic Colors of #50243F
Black with #50243F
Text Example
Text Example
White with #50243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50243F; }
p { color: rgb(80,36,63); }
H1.HeaderClassName
{
color: #50243F;
}
.AnyTagClassName
{
color: #50243F;
}
</style>
background-color css
<style>
a { background-color: #50243F; }
a { background-color: rgb(80,36,63); }
div.DivClassName
{
background-color: #50243F;
}
.BgClassName
{
background-color: #50243F;
}
</style>
border-color css
<style>
span { border-color: #50243F; }
span { border-color: rgb(80,36,63); }
td.TdClassName
{
border-color: #50243F;
}
.TagClassName
{
border-color: #50243F;
}
</style>