Shades of Mandarian Orange #86261C
Tints of Mandarian Orange #86261C
RGB
CMYK
RGB Variations
Color information
#86261C (or 0x86261C) is known color: Mandarian Orange. HEX triplet: 86, 26 and 1C. RGB value is (134,38,28). Sum of RGB (Red+Green+Blue) = 134+38+28=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86261C is #79D9E3. Grayscale: #414141. Windows color (decimal): -7985636 or 1844870. OLE color: 1844870.
HSL color Cylindrical-coordinate representation of color #86261C: hue angle of 5.66º 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 #86261C is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 28 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.47 |
| HSL | 5.66º | 0.65% | 0.32% | - |
| HSV(B) | 5.66º | 0.79% | 0.53% | - |
| XYZ | 10.73 | 6.54 | 1.79 | - |
| YUV | 65.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 28 | 0 | 0.72 | 0.79 | 0.47 | 5.66 | 0.65 | 0.32 |
| Hex | 86 | 26 | 1C | 0 | 48 | 4F | 2F | 6 | 41 | 20 |
| Octal | 206 | 46 | 34 | 0 | 110 | 117 | 57 | 6 | 101 | 40 |
| Binary | 10000110 | 100110 | 11100 | 0 | 1001000 | 1001111 | 101111 | 110 | 1000001 | 100000 |
Color Harmonies of #86261C
Complementary color
Monochromatic Colors of #86261C
Black with #86261C
Text Example
Text Example
White with #86261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86261C; }
p { color: rgb(134,38,28); }
H1.HeaderClassName
{
color: #86261C;
}
.AnyTagClassName
{
color: #86261C;
}
</style>
background-color css
<style>
a { background-color: #86261C; }
a { background-color: rgb(134,38,28); }
div.DivClassName
{
background-color: #86261C;
}
.BgClassName
{
background-color: #86261C;
}
</style>
border-color css
<style>
span { border-color: #86261C; }
span { border-color: rgb(134,38,28); }
td.TdClassName
{
border-color: #86261C;
}
.TagClassName
{
border-color: #86261C;
}
</style>