Shades of Mandarian Orange #852221
Tints of Mandarian Orange #852221
RGB
CMYK
RGB Variations
Color information
#852221 (or 0x852221) is known color: Mandarian Orange. HEX triplet: 85, 22 and 21. RGB value is (133,34,33). Sum of RGB (Red+Green+Blue) = 133+34+33=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #852221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852221 is #7ADDDE. Grayscale: #3F3F3F. Windows color (decimal): -8052191 or 2171525. OLE color: 2171525.
HSL color Cylindrical-coordinate representation of color #852221: hue angle of 0.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852221 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 33 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.48 |
| HSL | 0.6º | 0.6% | 0.33% | - |
| HSV(B) | 0.6º | 0.75% | 0.52% | - |
| XYZ | 10.52 | 6.24 | 2.09 | - |
| YUV | 63.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 33 | 0 | 0.74 | 0.75 | 0.48 | 0.6 | 0.6 | 0.33 |
| Hex | 85 | 22 | 21 | 0 | 4A | 4B | 30 | 1 | 3C | 21 |
| Octal | 205 | 42 | 41 | 0 | 112 | 113 | 60 | 1 | 74 | 41 |
| Binary | 10000101 | 100010 | 100001 | 0 | 1001010 | 1001011 | 110000 | 1 | 111100 | 100001 |
Color Harmonies of #852221
Complementary color
Monochromatic Colors of #852221
Black with #852221
Text Example
Text Example
White with #852221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852221; }
p { color: rgb(133,34,33); }
H1.HeaderClassName
{
color: #852221;
}
.AnyTagClassName
{
color: #852221;
}
</style>
background-color css
<style>
a { background-color: #852221; }
a { background-color: rgb(133,34,33); }
div.DivClassName
{
background-color: #852221;
}
.BgClassName
{
background-color: #852221;
}
</style>
border-color css
<style>
span { border-color: #852221; }
span { border-color: rgb(133,34,33); }
td.TdClassName
{
border-color: #852221;
}
.TagClassName
{
border-color: #852221;
}
</style>