Shades of Mandarian Orange #86271E
Tints of Mandarian Orange #86271E
RGB
CMYK
RGB Variations
Color information
#86271E (or 0x86271E) is known color: Mandarian Orange. HEX triplet: 86, 27 and 1E. RGB value is (134,39,30). Sum of RGB (Red+Green+Blue) = 134+39+30=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86271E is #79D8E1. Grayscale: #424242. Windows color (decimal): -7985378 or 1976198. OLE color: 1976198.
HSL color Cylindrical-coordinate representation of color #86271E: hue angle of 5.19º degrees, saturation: 0.63, 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 #86271E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 30 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.47 |
| HSL | 5.19º | 0.63% | 0.32% | - |
| HSV(B) | 5.19º | 0.78% | 0.53% | - |
| XYZ | 10.79 | 6.61 | 1.94 | - |
| YUV | 66.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 30 | 0 | 0.71 | 0.78 | 0.47 | 5.19 | 0.63 | 0.32 |
| Hex | 86 | 27 | 1E | 0 | 47 | 4E | 2F | 5 | 3F | 20 |
| Octal | 206 | 47 | 36 | 0 | 107 | 116 | 57 | 5 | 77 | 40 |
| Binary | 10000110 | 100111 | 11110 | 0 | 1000111 | 1001110 | 101111 | 101 | 111111 | 100000 |
Color Harmonies of #86271E
Complementary color
Monochromatic Colors of #86271E
Black with #86271E
Text Example
Text Example
White with #86271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86271E; }
p { color: rgb(134,39,30); }
H1.HeaderClassName
{
color: #86271E;
}
.AnyTagClassName
{
color: #86271E;
}
</style>
background-color css
<style>
a { background-color: #86271E; }
a { background-color: rgb(134,39,30); }
div.DivClassName
{
background-color: #86271E;
}
.BgClassName
{
background-color: #86271E;
}
</style>
border-color css
<style>
span { border-color: #86271E; }
span { border-color: rgb(134,39,30); }
td.TdClassName
{
border-color: #86271E;
}
.TagClassName
{
border-color: #86271E;
}
</style>