Shades of Barossa #553241
Tints of Barossa #553241
RGB
CMYK
RGB Variations
Color information
#553241 (or 0x553241) is known color: Barossa. HEX triplet: 55, 32 and 41. RGB value is (85,50,65). Sum of RGB (Red+Green+Blue) = 85+50+65=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553241 is #AACDBE. Grayscale: #3E3E3E. Windows color (decimal): -11193791 or 4272725. OLE color: 4272725.
HSL color Cylindrical-coordinate representation of color #553241: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553241 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 65 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.67 |
| HSL | 334.29º | 0.26% | 0.26% | - |
| HSV(B) | 334.29º | 0.41% | 0.33% | - |
| XYZ | 5.84 | 4.59 | 5.58 | - |
| YUV | 62.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 65 | 0 | 0.41 | 0.24 | 0.67 | 334.29 | 0.26 | 0.26 |
| Hex | 55 | 32 | 41 | 0 | 29 | 18 | 43 | 14E | 1A | 1A |
| Octal | 125 | 62 | 101 | 0 | 51 | 30 | 103 | 516 | 32 | 32 |
| Binary | 1010101 | 110010 | 1000001 | 0 | 101001 | 11000 | 1000011 | 101001110 | 11010 | 11010 |
Color Harmonies of #553241
Complementary color
Monochromatic Colors of #553241
Black with #553241
Text Example
Text Example
White with #553241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553241; }
p { color: rgb(85,50,65); }
H1.HeaderClassName
{
color: #553241;
}
.AnyTagClassName
{
color: #553241;
}
</style>
background-color css
<style>
a { background-color: #553241; }
a { background-color: rgb(85,50,65); }
div.DivClassName
{
background-color: #553241;
}
.BgClassName
{
background-color: #553241;
}
</style>
border-color css
<style>
span { border-color: #553241; }
span { border-color: rgb(85,50,65); }
td.TdClassName
{
border-color: #553241;
}
.TagClassName
{
border-color: #553241;
}
</style>