Shades of Mandarian Orange #85241E
Tints of Mandarian Orange #85241E
RGB
CMYK
RGB Variations
Color information
#85241E (or 0x85241E) is known color: Mandarian Orange. HEX triplet: 85, 24 and 1E. RGB value is (133,36,30). Sum of RGB (Red+Green+Blue) = 133+36+30=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85241E is #7ADBE1. Grayscale: #404040. Windows color (decimal): -8051682 or 1975429. OLE color: 1975429.
HSL color Cylindrical-coordinate representation of color #85241E: hue angle of 3.5º 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 #85241E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 30 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.48 |
| HSL | 3.5º | 0.63% | 0.32% | - |
| HSV(B) | 3.5º | 0.77% | 0.52% | - |
| XYZ | 10.54 | 6.34 | 1.9 | - |
| YUV | 64.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 30 | 0 | 0.73 | 0.77 | 0.48 | 3.5 | 0.63 | 0.32 |
| Hex | 85 | 24 | 1E | 0 | 49 | 4D | 30 | 3 | 3F | 20 |
| Octal | 205 | 44 | 36 | 0 | 111 | 115 | 60 | 3 | 77 | 40 |
| Binary | 10000101 | 100100 | 11110 | 0 | 1001001 | 1001101 | 110000 | 11 | 111111 | 100000 |
Color Harmonies of #85241E
Complementary color
Monochromatic Colors of #85241E
Black with #85241E
Text Example
Text Example
White with #85241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85241E; }
p { color: rgb(133,36,30); }
H1.HeaderClassName
{
color: #85241E;
}
.AnyTagClassName
{
color: #85241E;
}
</style>
background-color css
<style>
a { background-color: #85241E; }
a { background-color: rgb(133,36,30); }
div.DivClassName
{
background-color: #85241E;
}
.BgClassName
{
background-color: #85241E;
}
</style>
border-color css
<style>
span { border-color: #85241E; }
span { border-color: rgb(133,36,30); }
td.TdClassName
{
border-color: #85241E;
}
.TagClassName
{
border-color: #85241E;
}
</style>