Shades of Mandarian Orange #86261B
Tints of Mandarian Orange #86261B
RGB
CMYK
RGB Variations
Color information
#86261B (or 0x86261B) is known color: Mandarian Orange. HEX triplet: 86, 26 and 1B. RGB value is (134,38,27). Sum of RGB (Red+Green+Blue) = 134+38+27=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86261B is #79D9E4. Grayscale: #414141. Windows color (decimal): -7985637 or 1779334. OLE color: 1779334.
HSL color Cylindrical-coordinate representation of color #86261B: hue angle of 6.17º 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 #86261B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 27 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.47 |
| HSL | 6.17º | 0.66% | 0.32% | - |
| HSV(B) | 6.17º | 0.8% | 0.53% | - |
| XYZ | 10.72 | 6.53 | 1.73 | - |
| YUV | 65.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 27 | 0 | 0.72 | 0.80 | 0.47 | 6.17 | 0.66 | 0.32 |
| Hex | 86 | 26 | 1B | 0 | 48 | 50 | 2F | 6 | 42 | 20 |
| Octal | 206 | 46 | 33 | 0 | 110 | 120 | 57 | 6 | 102 | 40 |
| Binary | 10000110 | 100110 | 11011 | 0 | 1001000 | 1010000 | 101111 | 110 | 1000010 | 100000 |
Color Harmonies of #86261B
Complementary color
Monochromatic Colors of #86261B
Black with #86261B
Text Example
Text Example
White with #86261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86261B; }
p { color: rgb(134,38,27); }
H1.HeaderClassName
{
color: #86261B;
}
.AnyTagClassName
{
color: #86261B;
}
</style>
background-color css
<style>
a { background-color: #86261B; }
a { background-color: rgb(134,38,27); }
div.DivClassName
{
background-color: #86261B;
}
.BgClassName
{
background-color: #86261B;
}
</style>
border-color css
<style>
span { border-color: #86261B; }
span { border-color: rgb(134,38,27); }
td.TdClassName
{
border-color: #86261B;
}
.TagClassName
{
border-color: #86261B;
}
</style>