Shades of Barossa #552C43
Tints of Barossa #552C43
RGB
CMYK
RGB Variations
Color information
#552C43 (or 0x552C43) is known color: Barossa. HEX triplet: 55, 2C and 43. RGB value is (85,44,67). Sum of RGB (Red+Green+Blue) = 85+44+67=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #552C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C43 is #AAD3BC. Grayscale: #3A3A3A. Windows color (decimal): -11195325 or 4402261. OLE color: 4402261.
HSL color Cylindrical-coordinate representation of color #552C43: hue angle of 326.34º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C43 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 67 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.67 |
| HSL | 326.34º | 0.32% | 0.25% | - |
| HSV(B) | 326.34º | 0.48% | 0.33% | - |
| XYZ | 5.66 | 4.14 | 5.81 | - |
| YUV | 58.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 67 | 0 | 0.48 | 0.21 | 0.67 | 326.34 | 0.32 | 0.25 |
| Hex | 55 | 2C | 43 | 0 | 30 | 15 | 43 | 146 | 20 | 19 |
| Octal | 125 | 54 | 103 | 0 | 60 | 25 | 103 | 506 | 40 | 31 |
| Binary | 1010101 | 101100 | 1000011 | 0 | 110000 | 10101 | 1000011 | 101000110 | 100000 | 11001 |
Color Harmonies of #552C43
Complementary color
Monochromatic Colors of #552C43
Black with #552C43
Text Example
Text Example
White with #552C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C43; }
p { color: rgb(85,44,67); }
H1.HeaderClassName
{
color: #552C43;
}
.AnyTagClassName
{
color: #552C43;
}
</style>
background-color css
<style>
a { background-color: #552C43; }
a { background-color: rgb(85,44,67); }
div.DivClassName
{
background-color: #552C43;
}
.BgClassName
{
background-color: #552C43;
}
</style>
border-color css
<style>
span { border-color: #552C43; }
span { border-color: rgb(85,44,67); }
td.TdClassName
{
border-color: #552C43;
}
.TagClassName
{
border-color: #552C43;
}
</style>