Shades of Barossa #552A3F
Tints of Barossa #552A3F
RGB
CMYK
RGB Variations
Color information
#552A3F (or 0x552A3F) is known color: Barossa. HEX triplet: 55, 2A and 3F. RGB value is (85,42,63). Sum of RGB (Red+Green+Blue) = 85+42+63=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A3F is #AAD5C0. Grayscale: #393939. Windows color (decimal): -11195841 or 4139605. OLE color: 4139605.
HSL color Cylindrical-coordinate representation of color #552A3F: hue angle of 330.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A3F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 63 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.67 |
| HSL | 330.7º | 0.34% | 0.25% | - |
| HSV(B) | 330.7º | 0.51% | 0.33% | - |
| XYZ | 5.47 | 3.95 | 5.18 | - |
| YUV | 57.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 63 | 0 | 0.51 | 0.26 | 0.67 | 330.7 | 0.34 | 0.25 |
| Hex | 55 | 2A | 3F | 0 | 33 | 1A | 43 | 14B | 22 | 19 |
| Octal | 125 | 52 | 77 | 0 | 63 | 32 | 103 | 513 | 42 | 31 |
| Binary | 1010101 | 101010 | 111111 | 0 | 110011 | 11010 | 1000011 | 101001011 | 100010 | 11001 |
Color Harmonies of #552A3F
Complementary color
Monochromatic Colors of #552A3F
Black with #552A3F
Text Example
Text Example
White with #552A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A3F; }
p { color: rgb(85,42,63); }
H1.HeaderClassName
{
color: #552A3F;
}
.AnyTagClassName
{
color: #552A3F;
}
</style>
background-color css
<style>
a { background-color: #552A3F; }
a { background-color: rgb(85,42,63); }
div.DivClassName
{
background-color: #552A3F;
}
.BgClassName
{
background-color: #552A3F;
}
</style>
border-color css
<style>
span { border-color: #552A3F; }
span { border-color: rgb(85,42,63); }
td.TdClassName
{
border-color: #552A3F;
}
.TagClassName
{
border-color: #552A3F;
}
</style>