Shades of Mandarian Orange #86221C
Tints of Mandarian Orange #86221C
RGB
CMYK
RGB Variations
Color information
#86221C (or 0x86221C) is known color: Mandarian Orange. HEX triplet: 86, 22 and 1C. RGB value is (134,34,28). Sum of RGB (Red+Green+Blue) = 134+34+28=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221C is #79DDE3. Grayscale: #3F3F3F. Windows color (decimal): -7986660 or 1843846. OLE color: 1843846.
HSL color Cylindrical-coordinate representation of color #86221C: hue angle of 3.4º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86221C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 28 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.47 |
| HSL | 3.4º | 0.65% | 0.32% | - |
| HSV(B) | 3.4º | 0.79% | 0.53% | - |
| XYZ | 10.61 | 6.3 | 1.75 | - |
| YUV | 63.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 28 | 0 | 0.75 | 0.79 | 0.47 | 3.4 | 0.65 | 0.32 |
| Hex | 86 | 22 | 1C | 0 | 4B | 4F | 2F | 3 | 41 | 20 |
| Octal | 206 | 42 | 34 | 0 | 113 | 117 | 57 | 3 | 101 | 40 |
| Binary | 10000110 | 100010 | 11100 | 0 | 1001011 | 1001111 | 101111 | 11 | 1000001 | 100000 |
Color Harmonies of #86221C
Complementary color
Monochromatic Colors of #86221C
Black with #86221C
Text Example
Text Example
White with #86221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86221C; }
p { color: rgb(134,34,28); }
H1.HeaderClassName
{
color: #86221C;
}
.AnyTagClassName
{
color: #86221C;
}
</style>
background-color css
<style>
a { background-color: #86221C; }
a { background-color: rgb(134,34,28); }
div.DivClassName
{
background-color: #86221C;
}
.BgClassName
{
background-color: #86221C;
}
</style>
border-color css
<style>
span { border-color: #86221C; }
span { border-color: rgb(134,34,28); }
td.TdClassName
{
border-color: #86221C;
}
.TagClassName
{
border-color: #86221C;
}
</style>