Shades of Mandarian Orange #86231F
Tints of Mandarian Orange #86231F
RGB
CMYK
RGB Variations
Color information
#86231F (or 0x86231F) is known color: Mandarian Orange. HEX triplet: 86, 23 and 1F. RGB value is (134,35,31). Sum of RGB (Red+Green+Blue) = 134+35+31=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86231F is #79DCE0. Grayscale: #404040. Windows color (decimal): -7986401 or 2040710. OLE color: 2040710.
HSL color Cylindrical-coordinate representation of color #86231F: hue angle of 2.33º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86231F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 31 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.47 |
| HSL | 2.33º | 0.62% | 0.32% | - |
| HSV(B) | 2.33º | 0.77% | 0.53% | - |
| XYZ | 10.68 | 6.37 | 1.96 | - |
| YUV | 64.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 31 | 0 | 0.74 | 0.77 | 0.47 | 2.33 | 0.62 | 0.32 |
| Hex | 86 | 23 | 1F | 0 | 4A | 4D | 2F | 2 | 3E | 20 |
| Octal | 206 | 43 | 37 | 0 | 112 | 115 | 57 | 2 | 76 | 40 |
| Binary | 10000110 | 100011 | 11111 | 0 | 1001010 | 1001101 | 101111 | 10 | 111110 | 100000 |
Color Harmonies of #86231F
Complementary color
Monochromatic Colors of #86231F
Black with #86231F
Text Example
Text Example
White with #86231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86231F; }
p { color: rgb(134,35,31); }
H1.HeaderClassName
{
color: #86231F;
}
.AnyTagClassName
{
color: #86231F;
}
</style>
background-color css
<style>
a { background-color: #86231F; }
a { background-color: rgb(134,35,31); }
div.DivClassName
{
background-color: #86231F;
}
.BgClassName
{
background-color: #86231F;
}
</style>
border-color css
<style>
span { border-color: #86231F; }
span { border-color: rgb(134,35,31); }
td.TdClassName
{
border-color: #86231F;
}
.TagClassName
{
border-color: #86231F;
}
</style>