Shades of Barossa #55203B
Tints of Barossa #55203B
RGB
CMYK
RGB Variations
Color information
#55203B (or 0x55203B) is known color: Barossa. HEX triplet: 55, 20 and 3B. RGB value is (85,32,59). Sum of RGB (Red+Green+Blue) = 85+32+59=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203B is #AADFC4. Grayscale: #323232. Windows color (decimal): -11198405 or 3874901. OLE color: 3874901.
HSL color Cylindrical-coordinate representation of color #55203B: hue angle of 329.43º 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 #55203B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 59 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.67 |
| HSL | 329.43º | 0.45% | 0.23% | - |
| HSV(B) | 329.43º | 0.62% | 0.33% | - |
| XYZ | 5.05 | 3.28 | 4.5 | - |
| YUV | 50.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 59 | 0 | 0.62 | 0.31 | 0.67 | 329.43 | 0.45 | 0.23 |
| Hex | 55 | 20 | 3B | 0 | 3E | 1F | 43 | 149 | 2D | 17 |
| Octal | 125 | 40 | 73 | 0 | 76 | 37 | 103 | 511 | 55 | 27 |
| Binary | 1010101 | 100000 | 111011 | 0 | 111110 | 11111 | 1000011 | 101001001 | 101101 | 10111 |
Color Harmonies of #55203B
Complementary color
Monochromatic Colors of #55203B
Black with #55203B
Text Example
Text Example
White with #55203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55203B; }
p { color: rgb(85,32,59); }
H1.HeaderClassName
{
color: #55203B;
}
.AnyTagClassName
{
color: #55203B;
}
</style>
background-color css
<style>
a { background-color: #55203B; }
a { background-color: rgb(85,32,59); }
div.DivClassName
{
background-color: #55203B;
}
.BgClassName
{
background-color: #55203B;
}
</style>
border-color css
<style>
span { border-color: #55203B; }
span { border-color: rgb(85,32,59); }
td.TdClassName
{
border-color: #55203B;
}
.TagClassName
{
border-color: #55203B;
}
</style>