Shades of Barossa #552D40
Tints of Barossa #552D40
RGB
CMYK
RGB Variations
Color information
#552D40 (or 0x552D40) is known color: Barossa. HEX triplet: 55, 2D and 40. RGB value is (85,45,64). Sum of RGB (Red+Green+Blue) = 85+45+64=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D40 is #AAD2BF. Grayscale: #3B3B3B. Windows color (decimal): -11195072 or 4205909. OLE color: 4205909.
HSL color Cylindrical-coordinate representation of color #552D40: hue angle of 331.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 #552D40 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 64 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.67 |
| HSL | 331.5º | 0.31% | 0.25% | - |
| HSV(B) | 331.5º | 0.47% | 0.33% | - |
| XYZ | 5.61 | 4.18 | 5.36 | - |
| YUV | 59.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 64 | 0 | 0.47 | 0.25 | 0.67 | 331.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 40 | 0 | 2F | 19 | 43 | 14C | 1F | 19 |
| Octal | 125 | 55 | 100 | 0 | 57 | 31 | 103 | 514 | 37 | 31 |
| Binary | 1010101 | 101101 | 1000000 | 0 | 101111 | 11001 | 1000011 | 101001100 | 11111 | 11001 |
Color Harmonies of #552D40
Complementary color
Monochromatic Colors of #552D40
Black with #552D40
Text Example
Text Example
White with #552D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D40; }
p { color: rgb(85,45,64); }
H1.HeaderClassName
{
color: #552D40;
}
.AnyTagClassName
{
color: #552D40;
}
</style>
background-color css
<style>
a { background-color: #552D40; }
a { background-color: rgb(85,45,64); }
div.DivClassName
{
background-color: #552D40;
}
.BgClassName
{
background-color: #552D40;
}
</style>
border-color css
<style>
span { border-color: #552D40; }
span { border-color: rgb(85,45,64); }
td.TdClassName
{
border-color: #552D40;
}
.TagClassName
{
border-color: #552D40;
}
</style>