Shades of Barossa #552943
Tints of Barossa #552943
RGB
CMYK
RGB Variations
Color information
#552943 (or 0x552943) is known color: Barossa. HEX triplet: 55, 29 and 43. RGB value is (85,41,67). Sum of RGB (Red+Green+Blue) = 85+41+67=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552943 is #AAD6BC. Grayscale: #393939. Windows color (decimal): -11196093 or 4401493. OLE color: 4401493.
HSL color Cylindrical-coordinate representation of color #552943: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552943 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 67 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.67 |
| HSL | 324.55º | 0.35% | 0.25% | - |
| HSV(B) | 324.55º | 0.52% | 0.33% | - |
| XYZ | 5.55 | 3.92 | 5.77 | - |
| YUV | 57.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 67 | 0 | 0.52 | 0.21 | 0.67 | 324.55 | 0.35 | 0.25 |
| Hex | 55 | 29 | 43 | 0 | 34 | 15 | 43 | 145 | 23 | 19 |
| Octal | 125 | 51 | 103 | 0 | 64 | 25 | 103 | 505 | 43 | 31 |
| Binary | 1010101 | 101001 | 1000011 | 0 | 110100 | 10101 | 1000011 | 101000101 | 100011 | 11001 |
Color Harmonies of #552943
Complementary color
Monochromatic Colors of #552943
Black with #552943
Text Example
Text Example
White with #552943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552943; }
p { color: rgb(85,41,67); }
H1.HeaderClassName
{
color: #552943;
}
.AnyTagClassName
{
color: #552943;
}
</style>
background-color css
<style>
a { background-color: #552943; }
a { background-color: rgb(85,41,67); }
div.DivClassName
{
background-color: #552943;
}
.BgClassName
{
background-color: #552943;
}
</style>
border-color css
<style>
span { border-color: #552943; }
span { border-color: rgb(85,41,67); }
td.TdClassName
{
border-color: #552943;
}
.TagClassName
{
border-color: #552943;
}
</style>