Shades of Mandarian Orange #86211D
Tints of Mandarian Orange #86211D
RGB
CMYK
RGB Variations
Color information
#86211D (or 0x86211D) is known color: Mandarian Orange. HEX triplet: 86, 21 and 1D. RGB value is (134,33,29). Sum of RGB (Red+Green+Blue) = 134+33+29=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211D is #79DEE2. Grayscale: #3E3E3E. Windows color (decimal): -7986915 or 1909126. OLE color: 1909126.
HSL color Cylindrical-coordinate representation of color #86211D: hue angle of 2.29º 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 #86211D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 29 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.47 |
| HSL | 2.29º | 0.64% | 0.32% | - |
| HSV(B) | 2.29º | 0.78% | 0.53% | - |
| XYZ | 10.6 | 6.24 | 1.81 | - |
| YUV | 62.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 29 | 0 | 0.75 | 0.78 | 0.47 | 2.29 | 0.64 | 0.32 |
| Hex | 86 | 21 | 1D | 0 | 4B | 4E | 2F | 2 | 40 | 20 |
| Octal | 206 | 41 | 35 | 0 | 113 | 116 | 57 | 2 | 100 | 40 |
| Binary | 10000110 | 100001 | 11101 | 0 | 1001011 | 1001110 | 101111 | 10 | 1000000 | 100000 |
Color Harmonies of #86211D
Complementary color
Monochromatic Colors of #86211D
Black with #86211D
Text Example
Text Example
White with #86211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86211D; }
p { color: rgb(134,33,29); }
H1.HeaderClassName
{
color: #86211D;
}
.AnyTagClassName
{
color: #86211D;
}
</style>
background-color css
<style>
a { background-color: #86211D; }
a { background-color: rgb(134,33,29); }
div.DivClassName
{
background-color: #86211D;
}
.BgClassName
{
background-color: #86211D;
}
</style>
border-color css
<style>
span { border-color: #86211D; }
span { border-color: rgb(134,33,29); }
td.TdClassName
{
border-color: #86211D;
}
.TagClassName
{
border-color: #86211D;
}
</style>