Shades of Mandarian Orange #86221B
Tints of Mandarian Orange #86221B
RGB
CMYK
RGB Variations
Color information
#86221B (or 0x86221B) is known color: Mandarian Orange. HEX triplet: 86, 22 and 1B. RGB value is (134,34,27). Sum of RGB (Red+Green+Blue) = 134+34+27=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221B is #79DDE4. Grayscale: #3F3F3F. Windows color (decimal): -7986661 or 1778310. OLE color: 1778310.
HSL color Cylindrical-coordinate representation of color #86221B: hue angle of 3.93º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86221B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 27 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.47 |
| HSL | 3.93º | 0.66% | 0.32% | - |
| HSV(B) | 3.93º | 0.8% | 0.53% | - |
| XYZ | 10.6 | 6.29 | 1.69 | - |
| YUV | 63.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 27 | 0 | 0.75 | 0.80 | 0.47 | 3.93 | 0.66 | 0.32 |
| Hex | 86 | 22 | 1B | 0 | 4B | 50 | 2F | 4 | 42 | 20 |
| Octal | 206 | 42 | 33 | 0 | 113 | 120 | 57 | 4 | 102 | 40 |
| Binary | 10000110 | 100010 | 11011 | 0 | 1001011 | 1010000 | 101111 | 100 | 1000010 | 100000 |
Color Harmonies of #86221B
Complementary color
Monochromatic Colors of #86221B
Black with #86221B
Text Example
Text Example
White with #86221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86221B; }
p { color: rgb(134,34,27); }
H1.HeaderClassName
{
color: #86221B;
}
.AnyTagClassName
{
color: #86221B;
}
</style>
background-color css
<style>
a { background-color: #86221B; }
a { background-color: rgb(134,34,27); }
div.DivClassName
{
background-color: #86221B;
}
.BgClassName
{
background-color: #86221B;
}
</style>
border-color css
<style>
span { border-color: #86221B; }
span { border-color: rgb(134,34,27); }
td.TdClassName
{
border-color: #86221B;
}
.TagClassName
{
border-color: #86221B;
}
</style>