Shades of Barossa #55223C
Tints of Barossa #55223C
RGB
CMYK
RGB Variations
Color information
#55223C (or 0x55223C) is known color: Barossa. HEX triplet: 55, 22 and 3C. RGB value is (85,34,60). Sum of RGB (Red+Green+Blue) = 85+34+60=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55223C is #AADDC3. Grayscale: #343434. Windows color (decimal): -11197892 or 3940949. OLE color: 3940949.
HSL color Cylindrical-coordinate representation of color #55223C: hue angle of 329.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55223C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 60 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.67 |
| HSL | 329.41º | 0.43% | 0.23% | - |
| HSV(B) | 329.41º | 0.6% | 0.33% | - |
| XYZ | 5.13 | 3.4 | 4.66 | - |
| YUV | 52.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 60 | 0 | 0.60 | 0.29 | 0.67 | 329.41 | 0.43 | 0.23 |
| Hex | 55 | 22 | 3C | 0 | 3C | 1D | 43 | 149 | 2B | 17 |
| Octal | 125 | 42 | 74 | 0 | 74 | 35 | 103 | 511 | 53 | 27 |
| Binary | 1010101 | 100010 | 111100 | 0 | 111100 | 11101 | 1000011 | 101001001 | 101011 | 10111 |
Color Harmonies of #55223C
Complementary color
Monochromatic Colors of #55223C
Black with #55223C
Text Example
Text Example
White with #55223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55223C; }
p { color: rgb(85,34,60); }
H1.HeaderClassName
{
color: #55223C;
}
.AnyTagClassName
{
color: #55223C;
}
</style>
background-color css
<style>
a { background-color: #55223C; }
a { background-color: rgb(85,34,60); }
div.DivClassName
{
background-color: #55223C;
}
.BgClassName
{
background-color: #55223C;
}
</style>
border-color css
<style>
span { border-color: #55223C; }
span { border-color: rgb(85,34,60); }
td.TdClassName
{
border-color: #55223C;
}
.TagClassName
{
border-color: #55223C;
}
</style>