Shades of Mandarian Orange #86231C
Tints of Mandarian Orange #86231C
RGB
CMYK
RGB Variations
Color information
#86231C (or 0x86231C) is known color: Mandarian Orange. HEX triplet: 86, 23 and 1C. RGB value is (134,35,28). Sum of RGB (Red+Green+Blue) = 134+35+28=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86231C is #79DCE3. Grayscale: #3F3F3F. Windows color (decimal): -7986404 or 1844102. OLE color: 1844102.
HSL color Cylindrical-coordinate representation of color #86231C: hue angle of 3.96º 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 #86231C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 28 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.47 |
| HSL | 3.96º | 0.65% | 0.32% | - |
| HSV(B) | 3.96º | 0.79% | 0.53% | - |
| XYZ | 10.64 | 6.35 | 1.76 | - |
| YUV | 63.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 28 | 0 | 0.74 | 0.79 | 0.47 | 3.96 | 0.65 | 0.32 |
| Hex | 86 | 23 | 1C | 0 | 4A | 4F | 2F | 4 | 41 | 20 |
| Octal | 206 | 43 | 34 | 0 | 112 | 117 | 57 | 4 | 101 | 40 |
| Binary | 10000110 | 100011 | 11100 | 0 | 1001010 | 1001111 | 101111 | 100 | 1000001 | 100000 |
Color Harmonies of #86231C
Complementary color
Monochromatic Colors of #86231C
Black with #86231C
Text Example
Text Example
White with #86231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86231C; }
p { color: rgb(134,35,28); }
H1.HeaderClassName
{
color: #86231C;
}
.AnyTagClassName
{
color: #86231C;
}
</style>
background-color css
<style>
a { background-color: #86231C; }
a { background-color: rgb(134,35,28); }
div.DivClassName
{
background-color: #86231C;
}
.BgClassName
{
background-color: #86231C;
}
</style>
border-color css
<style>
span { border-color: #86231C; }
span { border-color: rgb(134,35,28); }
td.TdClassName
{
border-color: #86231C;
}
.TagClassName
{
border-color: #86231C;
}
</style>