Shades of Barossa #552D43
Tints of Barossa #552D43
RGB
CMYK
RGB Variations
Color information
#552D43 (or 0x552D43) is known color: Barossa. HEX triplet: 55, 2D and 43. RGB value is (85,45,67). Sum of RGB (Red+Green+Blue) = 85+45+67=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D43 is #AAD2BC. Grayscale: #3B3B3B. Windows color (decimal): -11195069 or 4402517. OLE color: 4402517.
HSL color Cylindrical-coordinate representation of color #552D43: hue angle of 327º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D43 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 67 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.67 |
| HSL | 327º | 0.31% | 0.25% | - |
| HSV(B) | 327º | 0.47% | 0.33% | - |
| XYZ | 5.7 | 4.21 | 5.82 | - |
| YUV | 59.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 67 | 0 | 0.47 | 0.21 | 0.67 | 327 | 0.31 | 0.25 |
| Hex | 55 | 2D | 43 | 0 | 2F | 15 | 43 | 147 | 1F | 19 |
| Octal | 125 | 55 | 103 | 0 | 57 | 25 | 103 | 507 | 37 | 31 |
| Binary | 1010101 | 101101 | 1000011 | 0 | 101111 | 10101 | 1000011 | 101000111 | 11111 | 11001 |
Color Harmonies of #552D43
Complementary color
Monochromatic Colors of #552D43
Black with #552D43
Text Example
Text Example
White with #552D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D43; }
p { color: rgb(85,45,67); }
H1.HeaderClassName
{
color: #552D43;
}
.AnyTagClassName
{
color: #552D43;
}
</style>
background-color css
<style>
a { background-color: #552D43; }
a { background-color: rgb(85,45,67); }
div.DivClassName
{
background-color: #552D43;
}
.BgClassName
{
background-color: #552D43;
}
</style>
border-color css
<style>
span { border-color: #552D43; }
span { border-color: rgb(85,45,67); }
td.TdClassName
{
border-color: #552D43;
}
.TagClassName
{
border-color: #552D43;
}
</style>