Shades of Mandarian Orange #87201F
Tints of Mandarian Orange #87201F
RGB
CMYK
RGB Variations
Color information
#87201F (or 0x87201F) is known color: Mandarian Orange. HEX triplet: 87, 20 and 1F. RGB value is (135,32,31). Sum of RGB (Red+Green+Blue) = 135+32+31=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201F is #78DFE0. Grayscale: #3E3E3E. Windows color (decimal): -7921633 or 2039943. OLE color: 2039943.
HSL color Cylindrical-coordinate representation of color #87201F: hue angle of 0.58º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87201F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 31 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.47 |
| HSL | 0.58º | 0.63% | 0.33% | - |
| HSV(B) | 0.58º | 0.77% | 0.53% | - |
| XYZ | 10.76 | 6.28 | 1.94 | - |
| YUV | 62.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 31 | 0 | 0.76 | 0.77 | 0.47 | 0.58 | 0.63 | 0.33 |
| Hex | 87 | 20 | 1F | 0 | 4C | 4D | 2F | 1 | 3F | 21 |
| Octal | 207 | 40 | 37 | 0 | 114 | 115 | 57 | 1 | 77 | 41 |
| Binary | 10000111 | 100000 | 11111 | 0 | 1001100 | 1001101 | 101111 | 1 | 111111 | 100001 |
Color Harmonies of #87201F
Complementary color
Monochromatic Colors of #87201F
Black with #87201F
Text Example
Text Example
White with #87201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87201F; }
p { color: rgb(135,32,31); }
H1.HeaderClassName
{
color: #87201F;
}
.AnyTagClassName
{
color: #87201F;
}
</style>
background-color css
<style>
a { background-color: #87201F; }
a { background-color: rgb(135,32,31); }
div.DivClassName
{
background-color: #87201F;
}
.BgClassName
{
background-color: #87201F;
}
</style>
border-color css
<style>
span { border-color: #87201F; }
span { border-color: rgb(135,32,31); }
td.TdClassName
{
border-color: #87201F;
}
.TagClassName
{
border-color: #87201F;
}
</style>