Shades of Barossa #553346
Tints of Barossa #553346
RGB
CMYK
RGB Variations
Color information
#553346 (or 0x553346) is known color: Barossa. HEX triplet: 55, 33 and 46. RGB value is (85,51,70). Sum of RGB (Red+Green+Blue) = 85+51+70=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553346 is #AACCB9. Grayscale: #3F3F3F. Windows color (decimal): -11193530 or 4600661. OLE color: 4600661.
HSL color Cylindrical-coordinate representation of color #553346: hue angle of 326.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553346 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 70 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.67 |
| HSL | 326.47º | 0.25% | 0.27% | - |
| HSV(B) | 326.47º | 0.4% | 0.33% | - |
| XYZ | 6.04 | 4.74 | 6.39 | - |
| YUV | 63.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 70 | 0 | 0.40 | 0.18 | 0.67 | 326.47 | 0.25 | 0.27 |
| Hex | 55 | 33 | 46 | 0 | 28 | 12 | 43 | 146 | 19 | 1B |
| Octal | 125 | 63 | 106 | 0 | 50 | 22 | 103 | 506 | 31 | 33 |
| Binary | 1010101 | 110011 | 1000110 | 0 | 101000 | 10010 | 1000011 | 101000110 | 11001 | 11011 |
Color Harmonies of #553346
Complementary color
Monochromatic Colors of #553346
Black with #553346
Text Example
Text Example
White with #553346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553346; }
p { color: rgb(85,51,70); }
H1.HeaderClassName
{
color: #553346;
}
.AnyTagClassName
{
color: #553346;
}
</style>
background-color css
<style>
a { background-color: #553346; }
a { background-color: rgb(85,51,70); }
div.DivClassName
{
background-color: #553346;
}
.BgClassName
{
background-color: #553346;
}
</style>
border-color css
<style>
span { border-color: #553346; }
span { border-color: rgb(85,51,70); }
td.TdClassName
{
border-color: #553346;
}
.TagClassName
{
border-color: #553346;
}
</style>