Shades of Barossa #552A42
Tints of Barossa #552A42
RGB
CMYK
RGB Variations
Color information
#552A42 (or 0x552A42) is known color: Barossa. HEX triplet: 55, 2A and 42. RGB value is (85,42,66). Sum of RGB (Red+Green+Blue) = 85+42+66=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A42 is #AAD5BD. Grayscale: #393939. Windows color (decimal): -11195838 or 4336213. OLE color: 4336213.
HSL color Cylindrical-coordinate representation of color #552A42: hue angle of 326.51º 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 #552A42 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 66 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.67 |
| HSL | 326.51º | 0.34% | 0.25% | - |
| HSV(B) | 326.51º | 0.51% | 0.33% | - |
| XYZ | 5.56 | 3.98 | 5.63 | - |
| YUV | 57.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 66 | 0 | 0.51 | 0.22 | 0.67 | 326.51 | 0.34 | 0.25 |
| Hex | 55 | 2A | 42 | 0 | 33 | 16 | 43 | 147 | 22 | 19 |
| Octal | 125 | 52 | 102 | 0 | 63 | 26 | 103 | 507 | 42 | 31 |
| Binary | 1010101 | 101010 | 1000010 | 0 | 110011 | 10110 | 1000011 | 101000111 | 100010 | 11001 |
Color Harmonies of #552A42
Complementary color
Monochromatic Colors of #552A42
Black with #552A42
Text Example
Text Example
White with #552A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A42; }
p { color: rgb(85,42,66); }
H1.HeaderClassName
{
color: #552A42;
}
.AnyTagClassName
{
color: #552A42;
}
</style>
background-color css
<style>
a { background-color: #552A42; }
a { background-color: rgb(85,42,66); }
div.DivClassName
{
background-color: #552A42;
}
.BgClassName
{
background-color: #552A42;
}
</style>
border-color css
<style>
span { border-color: #552A42; }
span { border-color: rgb(85,42,66); }
td.TdClassName
{
border-color: #552A42;
}
.TagClassName
{
border-color: #552A42;
}
</style>