Shades of Red Oxide #552322
Tints of Red Oxide #552322
RGB
CMYK
RGB Variations
Color information
#552322 (or 0x552322) is known color: Red Oxide. HEX triplet: 55, 23 and 22. RGB value is (85,35,34). Sum of RGB (Red+Green+Blue) = 85+35+34=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552322 is #AADCDD. Grayscale: #313131. Windows color (decimal): -11197662 or 2237269. OLE color: 2237269.
HSL color Cylindrical-coordinate representation of color #552322: hue angle of 1.18º 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 #552322 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 34 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.67 |
| HSL | 1.18º | 0.43% | 0.23% | - |
| HSV(B) | 1.18º | 0.6% | 0.33% | - |
| XYZ | 4.64 | 3.25 | 1.9 | - |
| YUV | 49.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 34 | 0 | 0.59 | 0.60 | 0.67 | 1.18 | 0.43 | 0.23 |
| Hex | 55 | 23 | 22 | 0 | 3B | 3C | 43 | 1 | 2B | 17 |
| Octal | 125 | 43 | 42 | 0 | 73 | 74 | 103 | 1 | 53 | 27 |
| Binary | 1010101 | 100011 | 100010 | 0 | 111011 | 111100 | 1000011 | 1 | 101011 | 10111 |
Color Harmonies of #552322
Complementary color
Monochromatic Colors of #552322
Black with #552322
Text Example
Text Example
White with #552322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552322; }
p { color: rgb(85,35,34); }
H1.HeaderClassName
{
color: #552322;
}
.AnyTagClassName
{
color: #552322;
}
</style>
background-color css
<style>
a { background-color: #552322; }
a { background-color: rgb(85,35,34); }
div.DivClassName
{
background-color: #552322;
}
.BgClassName
{
background-color: #552322;
}
</style>
border-color css
<style>
span { border-color: #552322; }
span { border-color: rgb(85,35,34); }
td.TdClassName
{
border-color: #552322;
}
.TagClassName
{
border-color: #552322;
}
</style>