Shades of Mandarian Orange #88201F
Tints of Mandarian Orange #88201F
RGB
CMYK
RGB Variations
Color information
#88201F (or 0x88201F) is known color: Mandarian Orange. HEX triplet: 88, 20 and 1F. RGB value is (136,32,31). Sum of RGB (Red+Green+Blue) = 136+32+31=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88201F is #77DFE0. Grayscale: #3F3F3F. Windows color (decimal): -7856097 or 2039944. OLE color: 2039944.
HSL color Cylindrical-coordinate representation of color #88201F: hue angle of 0.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88201F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 31 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.47 |
| HSL | 0.57º | 0.63% | 0.33% | - |
| HSV(B) | 0.57º | 0.77% | 0.53% | - |
| XYZ | 10.92 | 6.37 | 1.95 | - |
| YUV | 62.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 31 | 0 | 0.76 | 0.77 | 0.47 | 0.57 | 0.63 | 0.33 |
| Hex | 88 | 20 | 1F | 0 | 4C | 4D | 2F | 1 | 3F | 21 |
| Octal | 210 | 40 | 37 | 0 | 114 | 115 | 57 | 1 | 77 | 41 |
| Binary | 10001000 | 100000 | 11111 | 0 | 1001100 | 1001101 | 101111 | 1 | 111111 | 100001 |
Color Harmonies of #88201F
Complementary color
Monochromatic Colors of #88201F
Black with #88201F
Text Example
Text Example
White with #88201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88201F; }
p { color: rgb(136,32,31); }
H1.HeaderClassName
{
color: #88201F;
}
.AnyTagClassName
{
color: #88201F;
}
</style>
background-color css
<style>
a { background-color: #88201F; }
a { background-color: rgb(136,32,31); }
div.DivClassName
{
background-color: #88201F;
}
.BgClassName
{
background-color: #88201F;
}
</style>
border-color css
<style>
span { border-color: #88201F; }
span { border-color: rgb(136,32,31); }
td.TdClassName
{
border-color: #88201F;
}
.TagClassName
{
border-color: #88201F;
}
</style>