Shades of Mandarian Orange #872221
Tints of Mandarian Orange #872221
RGB
CMYK
RGB Variations
Color information
#872221 (or 0x872221) is known color: Mandarian Orange. HEX triplet: 87, 22 and 21. RGB value is (135,34,33). Sum of RGB (Red+Green+Blue) = 135+34+33=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #872221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872221 is #78DDDE. Grayscale: #404040. Windows color (decimal): -7921119 or 2171527. OLE color: 2171527.
HSL color Cylindrical-coordinate representation of color #872221: hue angle of 0.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872221 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 33 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.47 |
| HSL | 0.59º | 0.61% | 0.33% | - |
| HSV(B) | 0.59º | 0.76% | 0.53% | - |
| XYZ | 10.84 | 6.4 | 2.1 | - |
| YUV | 64.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 33 | 0 | 0.75 | 0.76 | 0.47 | 0.59 | 0.61 | 0.33 |
| Hex | 87 | 22 | 21 | 0 | 4B | 4C | 2F | 1 | 3D | 21 |
| Octal | 207 | 42 | 41 | 0 | 113 | 114 | 57 | 1 | 75 | 41 |
| Binary | 10000111 | 100010 | 100001 | 0 | 1001011 | 1001100 | 101111 | 1 | 111101 | 100001 |
Color Harmonies of #872221
Complementary color
Monochromatic Colors of #872221
Black with #872221
Text Example
Text Example
White with #872221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872221; }
p { color: rgb(135,34,33); }
H1.HeaderClassName
{
color: #872221;
}
.AnyTagClassName
{
color: #872221;
}
</style>
background-color css
<style>
a { background-color: #872221; }
a { background-color: rgb(135,34,33); }
div.DivClassName
{
background-color: #872221;
}
.BgClassName
{
background-color: #872221;
}
</style>
border-color css
<style>
span { border-color: #872221; }
span { border-color: rgb(135,34,33); }
td.TdClassName
{
border-color: #872221;
}
.TagClassName
{
border-color: #872221;
}
</style>