Shades of Mandarian Orange #87271E
Tints of Mandarian Orange #87271E
RGB
CMYK
RGB Variations
Color information
#87271E (or 0x87271E) is known color: Mandarian Orange. HEX triplet: 87, 27 and 1E. RGB value is (135,39,30). Sum of RGB (Red+Green+Blue) = 135+39+30=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87271E is #78D8E1. Grayscale: #424242. Windows color (decimal): -7919842 or 1976199. OLE color: 1976199.
HSL color Cylindrical-coordinate representation of color #87271E: hue angle of 5.14º 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 #87271E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 30 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.47 |
| HSL | 5.14º | 0.64% | 0.32% | - |
| HSV(B) | 5.14º | 0.78% | 0.53% | - |
| XYZ | 10.95 | 6.7 | 1.94 | - |
| YUV | 66.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 30 | 0 | 0.71 | 0.78 | 0.47 | 5.14 | 0.64 | 0.32 |
| Hex | 87 | 27 | 1E | 0 | 47 | 4E | 2F | 5 | 40 | 20 |
| Octal | 207 | 47 | 36 | 0 | 107 | 116 | 57 | 5 | 100 | 40 |
| Binary | 10000111 | 100111 | 11110 | 0 | 1000111 | 1001110 | 101111 | 101 | 1000000 | 100000 |
Color Harmonies of #87271E
Complementary color
Monochromatic Colors of #87271E
Black with #87271E
Text Example
Text Example
White with #87271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87271E; }
p { color: rgb(135,39,30); }
H1.HeaderClassName
{
color: #87271E;
}
.AnyTagClassName
{
color: #87271E;
}
</style>
background-color css
<style>
a { background-color: #87271E; }
a { background-color: rgb(135,39,30); }
div.DivClassName
{
background-color: #87271E;
}
.BgClassName
{
background-color: #87271E;
}
</style>
border-color css
<style>
span { border-color: #87271E; }
span { border-color: rgb(135,39,30); }
td.TdClassName
{
border-color: #87271E;
}
.TagClassName
{
border-color: #87271E;
}
</style>