Shades of Barossa #552D44
Tints of Barossa #552D44
RGB
CMYK
RGB Variations
Color information
#552D44 (or 0x552D44) is known color: Barossa. HEX triplet: 55, 2D and 44. RGB value is (85,45,68). Sum of RGB (Red+Green+Blue) = 85+45+68=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D44 is #AAD2BB. Grayscale: #3B3B3B. Windows color (decimal): -11195068 or 4468053. OLE color: 4468053.
HSL color Cylindrical-coordinate representation of color #552D44: hue angle of 325.5º 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 #552D44 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 68 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.67 |
| HSL | 325.5º | 0.31% | 0.25% | - |
| HSV(B) | 325.5º | 0.47% | 0.33% | - |
| XYZ | 5.73 | 4.23 | 5.98 | - |
| YUV | 59.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 68 | 0 | 0.47 | 0.20 | 0.67 | 325.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 44 | 0 | 2F | 14 | 43 | 146 | 1F | 19 |
| Octal | 125 | 55 | 104 | 0 | 57 | 24 | 103 | 506 | 37 | 31 |
| Binary | 1010101 | 101101 | 1000100 | 0 | 101111 | 10100 | 1000011 | 101000110 | 11111 | 11001 |
Color Harmonies of #552D44
Complementary color
Monochromatic Colors of #552D44
Black with #552D44
Text Example
Text Example
White with #552D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D44; }
p { color: rgb(85,45,68); }
H1.HeaderClassName
{
color: #552D44;
}
.AnyTagClassName
{
color: #552D44;
}
</style>
background-color css
<style>
a { background-color: #552D44; }
a { background-color: rgb(85,45,68); }
div.DivClassName
{
background-color: #552D44;
}
.BgClassName
{
background-color: #552D44;
}
</style>
border-color css
<style>
span { border-color: #552D44; }
span { border-color: rgb(85,45,68); }
td.TdClassName
{
border-color: #552D44;
}
.TagClassName
{
border-color: #552D44;
}
</style>