Shades of Mandarian Orange #86281F
Tints of Mandarian Orange #86281F
RGB
CMYK
RGB Variations
Color information
#86281F (or 0x86281F) is known color: Mandarian Orange. HEX triplet: 86, 28 and 1F. RGB value is (134,40,31). Sum of RGB (Red+Green+Blue) = 134+40+31=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #86281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86281F is #79D7E0. Grayscale: #434343. Windows color (decimal): -7985121 or 2041990. OLE color: 2041990.
HSL color Cylindrical-coordinate representation of color #86281F: hue angle of 5.24º 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 #86281F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 31 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.47 |
| HSL | 5.24º | 0.62% | 0.32% | - |
| HSV(B) | 5.24º | 0.77% | 0.53% | - |
| XYZ | 10.84 | 6.68 | 2.02 | - |
| YUV | 67.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 31 | 0 | 0.70 | 0.77 | 0.47 | 5.24 | 0.62 | 0.32 |
| Hex | 86 | 28 | 1F | 0 | 46 | 4D | 2F | 5 | 3E | 20 |
| Octal | 206 | 50 | 37 | 0 | 106 | 115 | 57 | 5 | 76 | 40 |
| Binary | 10000110 | 101000 | 11111 | 0 | 1000110 | 1001101 | 101111 | 101 | 111110 | 100000 |
Color Harmonies of #86281F
Complementary color
Monochromatic Colors of #86281F
Black with #86281F
Text Example
Text Example
White with #86281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86281F; }
p { color: rgb(134,40,31); }
H1.HeaderClassName
{
color: #86281F;
}
.AnyTagClassName
{
color: #86281F;
}
</style>
background-color css
<style>
a { background-color: #86281F; }
a { background-color: rgb(134,40,31); }
div.DivClassName
{
background-color: #86281F;
}
.BgClassName
{
background-color: #86281F;
}
</style>
border-color css
<style>
span { border-color: #86281F; }
span { border-color: rgb(134,40,31); }
td.TdClassName
{
border-color: #86281F;
}
.TagClassName
{
border-color: #86281F;
}
</style>