Shades of Barossa #552A43
Tints of Barossa #552A43
RGB
CMYK
RGB Variations
Color information
#552A43 (or 0x552A43) is known color: Barossa. HEX triplet: 55, 2A and 43. RGB value is (85,42,67). Sum of RGB (Red+Green+Blue) = 85+42+67=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A43 is #AAD5BC. Grayscale: #393939. Windows color (decimal): -11195837 or 4401749. OLE color: 4401749.
HSL color Cylindrical-coordinate representation of color #552A43: hue angle of 325.12º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A43 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 67 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.67 |
| HSL | 325.12º | 0.34% | 0.25% | - |
| HSV(B) | 325.12º | 0.51% | 0.33% | - |
| XYZ | 5.59 | 3.99 | 5.79 | - |
| YUV | 57.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 67 | 0 | 0.51 | 0.21 | 0.67 | 325.12 | 0.34 | 0.25 |
| Hex | 55 | 2A | 43 | 0 | 33 | 15 | 43 | 145 | 22 | 19 |
| Octal | 125 | 52 | 103 | 0 | 63 | 25 | 103 | 505 | 42 | 31 |
| Binary | 1010101 | 101010 | 1000011 | 0 | 110011 | 10101 | 1000011 | 101000101 | 100010 | 11001 |
Color Harmonies of #552A43
Complementary color
Monochromatic Colors of #552A43
Black with #552A43
Text Example
Text Example
White with #552A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A43; }
p { color: rgb(85,42,67); }
H1.HeaderClassName
{
color: #552A43;
}
.AnyTagClassName
{
color: #552A43;
}
</style>
background-color css
<style>
a { background-color: #552A43; }
a { background-color: rgb(85,42,67); }
div.DivClassName
{
background-color: #552A43;
}
.BgClassName
{
background-color: #552A43;
}
</style>
border-color css
<style>
span { border-color: #552A43; }
span { border-color: rgb(85,42,67); }
td.TdClassName
{
border-color: #552A43;
}
.TagClassName
{
border-color: #552A43;
}
</style>