Shades of Barossa #55213B
Tints of Barossa #55213B
RGB
CMYK
RGB Variations
Color information
#55213B (or 0x55213B) is known color: Barossa. HEX triplet: 55, 21 and 3B. RGB value is (85,33,59). Sum of RGB (Red+Green+Blue) = 85+33+59=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55213B is #AADEC4. Grayscale: #333333. Windows color (decimal): -11198149 or 3875157. OLE color: 3875157.
HSL color Cylindrical-coordinate representation of color #55213B: hue angle of 330º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55213B is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 59 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.67 |
| HSL | 330º | 0.44% | 0.23% | - |
| HSV(B) | 330º | 0.61% | 0.33% | - |
| XYZ | 5.08 | 3.33 | 4.51 | - |
| YUV | 51.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 59 | 0 | 0.61 | 0.31 | 0.67 | 330 | 0.44 | 0.23 |
| Hex | 55 | 21 | 3B | 0 | 3D | 1F | 43 | 14A | 2C | 17 |
| Octal | 125 | 41 | 73 | 0 | 75 | 37 | 103 | 512 | 54 | 27 |
| Binary | 1010101 | 100001 | 111011 | 0 | 111101 | 11111 | 1000011 | 101001010 | 101100 | 10111 |
Color Harmonies of #55213B
Complementary color
Monochromatic Colors of #55213B
Black with #55213B
Text Example
Text Example
White with #55213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55213B; }
p { color: rgb(85,33,59); }
H1.HeaderClassName
{
color: #55213B;
}
.AnyTagClassName
{
color: #55213B;
}
</style>
background-color css
<style>
a { background-color: #55213B; }
a { background-color: rgb(85,33,59); }
div.DivClassName
{
background-color: #55213B;
}
.BgClassName
{
background-color: #55213B;
}
</style>
border-color css
<style>
span { border-color: #55213B; }
span { border-color: rgb(85,33,59); }
td.TdClassName
{
border-color: #55213B;
}
.TagClassName
{
border-color: #55213B;
}
</style>