Shades of Mandarian Orange #86241A
Tints of Mandarian Orange #86241A
RGB
CMYK
RGB Variations
Color information
#86241A (or 0x86241A) is known color: Mandarian Orange. HEX triplet: 86, 24 and 1A. RGB value is (134,36,26). Sum of RGB (Red+Green+Blue) = 134+36+26=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86241A is #79DBE5. Grayscale: #404040. Windows color (decimal): -7986150 or 1713286. OLE color: 1713286.
HSL color Cylindrical-coordinate representation of color #86241A: hue angle of 5.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86241A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 26 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.47 |
| HSL | 5.56º | 0.68% | 0.31% | - |
| HSV(B) | 5.56º | 0.81% | 0.53% | - |
| XYZ | 10.65 | 6.4 | 1.65 | - |
| YUV | 64.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 26 | 0 | 0.73 | 0.81 | 0.47 | 5.56 | 0.68 | 0.31 |
| Hex | 86 | 24 | 1A | 0 | 49 | 51 | 2F | 6 | 44 | 1F |
| Octal | 206 | 44 | 32 | 0 | 111 | 121 | 57 | 6 | 104 | 37 |
| Binary | 10000110 | 100100 | 11010 | 0 | 1001001 | 1010001 | 101111 | 110 | 1000100 | 11111 |
Color Harmonies of #86241A
Complementary color
Monochromatic Colors of #86241A
Black with #86241A
Text Example
Text Example
White with #86241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86241A; }
p { color: rgb(134,36,26); }
H1.HeaderClassName
{
color: #86241A;
}
.AnyTagClassName
{
color: #86241A;
}
</style>
background-color css
<style>
a { background-color: #86241A; }
a { background-color: rgb(134,36,26); }
div.DivClassName
{
background-color: #86241A;
}
.BgClassName
{
background-color: #86241A;
}
</style>
border-color css
<style>
span { border-color: #86241A; }
span { border-color: rgb(134,36,26); }
td.TdClassName
{
border-color: #86241A;
}
.TagClassName
{
border-color: #86241A;
}
</style>