Shades of Barossa #502D3C
Tints of Barossa #502D3C
RGB
CMYK
RGB Variations
Color information
#502D3C (or 0x502D3C) is known color: Barossa. HEX triplet: 50, 2D and 3C. RGB value is (80,45,60). Sum of RGB (Red+Green+Blue) = 80+45+60=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3C is #AFD2C3. Grayscale: #393939. Windows color (decimal): -11522756 or 3943760. OLE color: 3943760.
HSL color Cylindrical-coordinate representation of color #502D3C: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D3C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 60 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.69 |
| HSL | 334.29º | 0.28% | 0.25% | - |
| HSV(B) | 334.29º | 0.44% | 0.31% | - |
| XYZ | 5.06 | 3.91 | 4.76 | - |
| YUV | 57.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 60 | 0 | 0.44 | 0.25 | 0.69 | 334.29 | 0.28 | 0.25 |
| Hex | 50 | 2D | 3C | 0 | 2C | 19 | 45 | 14E | 1C | 19 |
| Octal | 120 | 55 | 74 | 0 | 54 | 31 | 105 | 516 | 34 | 31 |
| Binary | 1010000 | 101101 | 111100 | 0 | 101100 | 11001 | 1000101 | 101001110 | 11100 | 11001 |
Color Harmonies of #502D3C
Complementary color
Monochromatic Colors of #502D3C
Black with #502D3C
Text Example
Text Example
White with #502D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D3C; }
p { color: rgb(80,45,60); }
H1.HeaderClassName
{
color: #502D3C;
}
.AnyTagClassName
{
color: #502D3C;
}
</style>
background-color css
<style>
a { background-color: #502D3C; }
a { background-color: rgb(80,45,60); }
div.DivClassName
{
background-color: #502D3C;
}
.BgClassName
{
background-color: #502D3C;
}
</style>
border-color css
<style>
span { border-color: #502D3C; }
span { border-color: rgb(80,45,60); }
td.TdClassName
{
border-color: #502D3C;
}
.TagClassName
{
border-color: #502D3C;
}
</style>