Shades of Mandarian Orange #862020
Tints of Mandarian Orange #862020
RGB
CMYK
RGB Variations
Color information
#862020 (or 0x862020) is known color: Mandarian Orange. HEX triplet: 86, 20 and 20. RGB value is (134,32,32). Sum of RGB (Red+Green+Blue) = 134+32+32=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862020 is #79DFDF. Grayscale: #3E3E3E. Windows color (decimal): -7987168 or 2105478. OLE color: 2105478.
HSL color Cylindrical-coordinate representation of color #862020: hue angle of 0º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862020 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 32 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.47 |
| HSL | 0º | 0.61% | 0.33% | - |
| HSV(B) | 0º | 0.76% | 0.53% | - |
| XYZ | 10.61 | 6.21 | 2.01 | - |
| YUV | 62.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 32 | 0 | 0.76 | 0.76 | 0.47 | 0 | 0.61 | 0.33 |
| Hex | 86 | 20 | 20 | 0 | 4C | 4C | 2F | 0 | 3D | 21 |
| Octal | 206 | 40 | 40 | 0 | 114 | 114 | 57 | 0 | 75 | 41 |
| Binary | 10000110 | 100000 | 100000 | 0 | 1001100 | 1001100 | 101111 | 0 | 111101 | 100001 |
Color Harmonies of #862020
Complementary color
Monochromatic Colors of #862020
Black with #862020
Text Example
Text Example
White with #862020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862020; }
p { color: rgb(134,32,32); }
H1.HeaderClassName
{
color: #862020;
}
.AnyTagClassName
{
color: #862020;
}
</style>
background-color css
<style>
a { background-color: #862020; }
a { background-color: rgb(134,32,32); }
div.DivClassName
{
background-color: #862020;
}
.BgClassName
{
background-color: #862020;
}
</style>
border-color css
<style>
span { border-color: #862020; }
span { border-color: rgb(134,32,32); }
td.TdClassName
{
border-color: #862020;
}
.TagClassName
{
border-color: #862020;
}
</style>