Shades of Mandarian Orange #86221F
Tints of Mandarian Orange #86221F
RGB
CMYK
RGB Variations
Color information
#86221F (or 0x86221F) is known color: Mandarian Orange. HEX triplet: 86, 22 and 1F. RGB value is (134,34,31). Sum of RGB (Red+Green+Blue) = 134+34+31=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221F is #79DDE0. Grayscale: #3F3F3F. Windows color (decimal): -7986657 or 2040454. OLE color: 2040454.
HSL color Cylindrical-coordinate representation of color #86221F: hue angle of 1.75º 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 #86221F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 31 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.47 |
| HSL | 1.75º | 0.62% | 0.32% | - |
| HSV(B) | 1.75º | 0.77% | 0.53% | - |
| XYZ | 10.65 | 6.31 | 1.95 | - |
| YUV | 63.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 31 | 0 | 0.75 | 0.77 | 0.47 | 1.75 | 0.62 | 0.32 |
| Hex | 86 | 22 | 1F | 0 | 4B | 4D | 2F | 2 | 3E | 20 |
| Octal | 206 | 42 | 37 | 0 | 113 | 115 | 57 | 2 | 76 | 40 |
| Binary | 10000110 | 100010 | 11111 | 0 | 1001011 | 1001101 | 101111 | 10 | 111110 | 100000 |
Color Harmonies of #86221F
Complementary color
Monochromatic Colors of #86221F
Black with #86221F
Text Example
Text Example
White with #86221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86221F; }
p { color: rgb(134,34,31); }
H1.HeaderClassName
{
color: #86221F;
}
.AnyTagClassName
{
color: #86221F;
}
</style>
background-color css
<style>
a { background-color: #86221F; }
a { background-color: rgb(134,34,31); }
div.DivClassName
{
background-color: #86221F;
}
.BgClassName
{
background-color: #86221F;
}
</style>
border-color css
<style>
span { border-color: #86221F; }
span { border-color: rgb(134,34,31); }
td.TdClassName
{
border-color: #86221F;
}
.TagClassName
{
border-color: #86221F;
}
</style>