Shades of Mandarian Orange #85231F
Tints of Mandarian Orange #85231F
RGB
CMYK
RGB Variations
Color information
#85231F (or 0x85231F) is known color: Mandarian Orange. HEX triplet: 85, 23 and 1F. RGB value is (133,35,31). Sum of RGB (Red+Green+Blue) = 133+35+31=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85231F is #7ADCE0. Grayscale: #3F3F3F. Windows color (decimal): -8051937 or 2040709. OLE color: 2040709.
HSL color Cylindrical-coordinate representation of color #85231F: hue angle of 2.35º degrees, saturation: 0.62, 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 #85231F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 31 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.48 |
| HSL | 2.35º | 0.62% | 0.32% | - |
| HSV(B) | 2.35º | 0.77% | 0.52% | - |
| XYZ | 10.52 | 6.29 | 1.96 | - |
| YUV | 63.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 31 | 0 | 0.74 | 0.77 | 0.48 | 2.35 | 0.62 | 0.32 |
| Hex | 85 | 23 | 1F | 0 | 4A | 4D | 30 | 2 | 3E | 20 |
| Octal | 205 | 43 | 37 | 0 | 112 | 115 | 60 | 2 | 76 | 40 |
| Binary | 10000101 | 100011 | 11111 | 0 | 1001010 | 1001101 | 110000 | 10 | 111110 | 100000 |
Color Harmonies of #85231F
Complementary color
Monochromatic Colors of #85231F
Black with #85231F
Text Example
Text Example
White with #85231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85231F; }
p { color: rgb(133,35,31); }
H1.HeaderClassName
{
color: #85231F;
}
.AnyTagClassName
{
color: #85231F;
}
</style>
background-color css
<style>
a { background-color: #85231F; }
a { background-color: rgb(133,35,31); }
div.DivClassName
{
background-color: #85231F;
}
.BgClassName
{
background-color: #85231F;
}
</style>
border-color css
<style>
span { border-color: #85231F; }
span { border-color: rgb(133,35,31); }
td.TdClassName
{
border-color: #85231F;
}
.TagClassName
{
border-color: #85231F;
}
</style>