Shades of Mandarian Orange #85201E
Tints of Mandarian Orange #85201E
RGB
CMYK
RGB Variations
Color information
#85201E (or 0x85201E) is known color: Mandarian Orange. HEX triplet: 85, 20 and 1E. RGB value is (133,32,30). Sum of RGB (Red+Green+Blue) = 133+32+30=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85201E is #7ADFE1. Grayscale: #3E3E3E. Windows color (decimal): -8052706 or 1974405. OLE color: 1974405.
HSL color Cylindrical-coordinate representation of color #85201E: hue angle of 1.17º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85201E is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 30 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.48 |
| HSL | 1.17º | 0.63% | 0.32% | - |
| HSV(B) | 1.17º | 0.77% | 0.52% | - |
| XYZ | 10.42 | 6.11 | 1.86 | - |
| YUV | 61.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 30 | 0 | 0.76 | 0.77 | 0.48 | 1.17 | 0.63 | 0.32 |
| Hex | 85 | 20 | 1E | 0 | 4C | 4D | 30 | 1 | 3F | 20 |
| Octal | 205 | 40 | 36 | 0 | 114 | 115 | 60 | 1 | 77 | 40 |
| Binary | 10000101 | 100000 | 11110 | 0 | 1001100 | 1001101 | 110000 | 1 | 111111 | 100000 |
Color Harmonies of #85201E
Complementary color
Monochromatic Colors of #85201E
Black with #85201E
Text Example
Text Example
White with #85201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85201E; }
p { color: rgb(133,32,30); }
H1.HeaderClassName
{
color: #85201E;
}
.AnyTagClassName
{
color: #85201E;
}
</style>
background-color css
<style>
a { background-color: #85201E; }
a { background-color: rgb(133,32,30); }
div.DivClassName
{
background-color: #85201E;
}
.BgClassName
{
background-color: #85201E;
}
</style>
border-color css
<style>
span { border-color: #85201E; }
span { border-color: rgb(133,32,30); }
td.TdClassName
{
border-color: #85201E;
}
.TagClassName
{
border-color: #85201E;
}
</style>