Shades of Barossa #552D41
Tints of Barossa #552D41
RGB
CMYK
RGB Variations
Color information
#552D41 (or 0x552D41) is known color: Barossa. HEX triplet: 55, 2D and 41. RGB value is (85,45,65). Sum of RGB (Red+Green+Blue) = 85+45+65=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D41 is #AAD2BE. Grayscale: #3B3B3B. Windows color (decimal): -11195071 or 4271445. OLE color: 4271445.
HSL color Cylindrical-coordinate representation of color #552D41: hue angle of 330º 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 #552D41 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 65 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.67 |
| HSL | 330º | 0.31% | 0.25% | - |
| HSV(B) | 330º | 0.47% | 0.33% | - |
| XYZ | 5.64 | 4.19 | 5.51 | - |
| YUV | 59.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 65 | 0 | 0.47 | 0.24 | 0.67 | 330 | 0.31 | 0.25 |
| Hex | 55 | 2D | 41 | 0 | 2F | 18 | 43 | 14A | 1F | 19 |
| Octal | 125 | 55 | 101 | 0 | 57 | 30 | 103 | 512 | 37 | 31 |
| Binary | 1010101 | 101101 | 1000001 | 0 | 101111 | 11000 | 1000011 | 101001010 | 11111 | 11001 |
Color Harmonies of #552D41
Complementary color
Monochromatic Colors of #552D41
Black with #552D41
Text Example
Text Example
White with #552D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D41; }
p { color: rgb(85,45,65); }
H1.HeaderClassName
{
color: #552D41;
}
.AnyTagClassName
{
color: #552D41;
}
</style>
background-color css
<style>
a { background-color: #552D41; }
a { background-color: rgb(85,45,65); }
div.DivClassName
{
background-color: #552D41;
}
.BgClassName
{
background-color: #552D41;
}
</style>
border-color css
<style>
span { border-color: #552D41; }
span { border-color: rgb(85,45,65); }
td.TdClassName
{
border-color: #552D41;
}
.TagClassName
{
border-color: #552D41;
}
</style>