Shades of Barossa #55203A
Tints of Barossa #55203A
RGB
CMYK
RGB Variations
Color information
#55203A (or 0x55203A) is known color: Barossa. HEX triplet: 55, 20 and 3A. RGB value is (85,32,58). Sum of RGB (Red+Green+Blue) = 85+32+58=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #55203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203A is #AADFC5. Grayscale: #323232. Windows color (decimal): -11198406 or 3809365. OLE color: 3809365.
HSL color Cylindrical-coordinate representation of color #55203A: hue angle of 330.57º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55203A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 58 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.67 |
| HSL | 330.57º | 0.45% | 0.23% | - |
| HSV(B) | 330.57º | 0.62% | 0.33% | - |
| XYZ | 5.03 | 3.27 | 4.37 | - |
| YUV | 50.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 58 | 0 | 0.62 | 0.32 | 0.67 | 330.57 | 0.45 | 0.23 |
| Hex | 55 | 20 | 3A | 0 | 3E | 20 | 43 | 14B | 2D | 17 |
| Octal | 125 | 40 | 72 | 0 | 76 | 40 | 103 | 513 | 55 | 27 |
| Binary | 1010101 | 100000 | 111010 | 0 | 111110 | 100000 | 1000011 | 101001011 | 101101 | 10111 |
Color Harmonies of #55203A
Complementary color
Monochromatic Colors of #55203A
Black with #55203A
Text Example
Text Example
White with #55203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55203A; }
p { color: rgb(85,32,58); }
H1.HeaderClassName
{
color: #55203A;
}
.AnyTagClassName
{
color: #55203A;
}
</style>
background-color css
<style>
a { background-color: #55203A; }
a { background-color: rgb(85,32,58); }
div.DivClassName
{
background-color: #55203A;
}
.BgClassName
{
background-color: #55203A;
}
</style>
border-color css
<style>
span { border-color: #55203A; }
span { border-color: rgb(85,32,58); }
td.TdClassName
{
border-color: #55203A;
}
.TagClassName
{
border-color: #55203A;
}
</style>