Shades of Barossa #552E3F
Tints of Barossa #552E3F
RGB
CMYK
RGB Variations
Color information
#552E3F (or 0x552E3F) is known color: Barossa. HEX triplet: 55, 2E and 3F. RGB value is (85,46,63). Sum of RGB (Red+Green+Blue) = 85+46+63=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E3F is #AAD1C0. Grayscale: #3B3B3B. Windows color (decimal): -11194817 or 4140629. OLE color: 4140629.
HSL color Cylindrical-coordinate representation of color #552E3F: hue angle of 333.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E3F is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 63 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.67 |
| HSL | 333.85º | 0.3% | 0.26% | - |
| HSV(B) | 333.85º | 0.46% | 0.33% | - |
| XYZ | 5.62 | 4.24 | 5.23 | - |
| YUV | 59.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 63 | 0 | 0.46 | 0.26 | 0.67 | 333.85 | 0.3 | 0.26 |
| Hex | 55 | 2E | 3F | 0 | 2E | 1A | 43 | 14E | 1E | 1A |
| Octal | 125 | 56 | 77 | 0 | 56 | 32 | 103 | 516 | 36 | 32 |
| Binary | 1010101 | 101110 | 111111 | 0 | 101110 | 11010 | 1000011 | 101001110 | 11110 | 11010 |
Color Harmonies of #552E3F
Complementary color
Monochromatic Colors of #552E3F
Black with #552E3F
Text Example
Text Example
White with #552E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E3F; }
p { color: rgb(85,46,63); }
H1.HeaderClassName
{
color: #552E3F;
}
.AnyTagClassName
{
color: #552E3F;
}
</style>
background-color css
<style>
a { background-color: #552E3F; }
a { background-color: rgb(85,46,63); }
div.DivClassName
{
background-color: #552E3F;
}
.BgClassName
{
background-color: #552E3F;
}
</style>
border-color css
<style>
span { border-color: #552E3F; }
span { border-color: rgb(85,46,63); }
td.TdClassName
{
border-color: #552E3F;
}
.TagClassName
{
border-color: #552E3F;
}
</style>