Shades of Barossa #552842
Tints of Barossa #552842
RGB
CMYK
RGB Variations
Color information
#552842 (or 0x552842) is known color: Barossa. HEX triplet: 55, 28 and 42. RGB value is (85,40,66). Sum of RGB (Red+Green+Blue) = 85+40+66=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552842 is #AAD7BD. Grayscale: #383838. Windows color (decimal): -11196350 or 4335701. OLE color: 4335701.
HSL color Cylindrical-coordinate representation of color #552842: hue angle of 325.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552842 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 66 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.67 |
| HSL | 325.33º | 0.36% | 0.25% | - |
| HSV(B) | 325.33º | 0.53% | 0.33% | - |
| XYZ | 5.49 | 3.84 | 5.61 | - |
| YUV | 56.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 66 | 0 | 0.53 | 0.22 | 0.67 | 325.33 | 0.36 | 0.25 |
| Hex | 55 | 28 | 42 | 0 | 35 | 16 | 43 | 145 | 24 | 19 |
| Octal | 125 | 50 | 102 | 0 | 65 | 26 | 103 | 505 | 44 | 31 |
| Binary | 1010101 | 101000 | 1000010 | 0 | 110101 | 10110 | 1000011 | 101000101 | 100100 | 11001 |
Color Harmonies of #552842
Complementary color
Monochromatic Colors of #552842
Black with #552842
Text Example
Text Example
White with #552842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552842; }
p { color: rgb(85,40,66); }
H1.HeaderClassName
{
color: #552842;
}
.AnyTagClassName
{
color: #552842;
}
</style>
background-color css
<style>
a { background-color: #552842; }
a { background-color: rgb(85,40,66); }
div.DivClassName
{
background-color: #552842;
}
.BgClassName
{
background-color: #552842;
}
</style>
border-color css
<style>
span { border-color: #552842; }
span { border-color: rgb(85,40,66); }
td.TdClassName
{
border-color: #552842;
}
.TagClassName
{
border-color: #552842;
}
</style>