Shades of Mandarian Orange #87231E
Tints of Mandarian Orange #87231E
RGB
CMYK
RGB Variations
Color information
#87231E (or 0x87231E) is known color: Mandarian Orange. HEX triplet: 87, 23 and 1E. RGB value is (135,35,30). Sum of RGB (Red+Green+Blue) = 135+35+30=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87231E is #78DCE1. Grayscale: #404040. Windows color (decimal): -7920866 or 1975175. OLE color: 1975175.
HSL color Cylindrical-coordinate representation of color #87231E: hue angle of 2.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87231E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 30 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.47 |
| HSL | 2.86º | 0.64% | 0.32% | - |
| HSV(B) | 2.86º | 0.78% | 0.53% | - |
| XYZ | 10.83 | 6.45 | 1.9 | - |
| YUV | 64.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 30 | 0 | 0.74 | 0.78 | 0.47 | 2.86 | 0.64 | 0.32 |
| Hex | 87 | 23 | 1E | 0 | 4A | 4E | 2F | 3 | 40 | 20 |
| Octal | 207 | 43 | 36 | 0 | 112 | 116 | 57 | 3 | 100 | 40 |
| Binary | 10000111 | 100011 | 11110 | 0 | 1001010 | 1001110 | 101111 | 11 | 1000000 | 100000 |
Color Harmonies of #87231E
Complementary color
Monochromatic Colors of #87231E
Black with #87231E
Text Example
Text Example
White with #87231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87231E; }
p { color: rgb(135,35,30); }
H1.HeaderClassName
{
color: #87231E;
}
.AnyTagClassName
{
color: #87231E;
}
</style>
background-color css
<style>
a { background-color: #87231E; }
a { background-color: rgb(135,35,30); }
div.DivClassName
{
background-color: #87231E;
}
.BgClassName
{
background-color: #87231E;
}
</style>
border-color css
<style>
span { border-color: #87231E; }
span { border-color: rgb(135,35,30); }
td.TdClassName
{
border-color: #87231E;
}
.TagClassName
{
border-color: #87231E;
}
</style>