Shades of Mandarian Orange #88281F
Tints of Mandarian Orange #88281F
RGB
CMYK
RGB Variations
Color information
#88281F (or 0x88281F) is known color: Mandarian Orange. HEX triplet: 88, 28 and 1F. RGB value is (136,40,31). Sum of RGB (Red+Green+Blue) = 136+40+31=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #88281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88281F is #77D7E0. Grayscale: #434343. Windows color (decimal): -7854049 or 2041992. OLE color: 2041992.
HSL color Cylindrical-coordinate representation of color #88281F: hue angle of 5.14º 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 #88281F is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 31 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.47 |
| HSL | 5.14º | 0.63% | 0.33% | - |
| HSV(B) | 5.14º | 0.77% | 0.53% | - |
| XYZ | 11.16 | 6.85 | 2.03 | - |
| YUV | 67.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 31 | 0 | 0.71 | 0.77 | 0.47 | 5.14 | 0.63 | 0.33 |
| Hex | 88 | 28 | 1F | 0 | 47 | 4D | 2F | 5 | 3F | 21 |
| Octal | 210 | 50 | 37 | 0 | 107 | 115 | 57 | 5 | 77 | 41 |
| Binary | 10001000 | 101000 | 11111 | 0 | 1000111 | 1001101 | 101111 | 101 | 111111 | 100001 |
Color Harmonies of #88281F
Complementary color
Monochromatic Colors of #88281F
Black with #88281F
Text Example
Text Example
White with #88281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88281F; }
p { color: rgb(136,40,31); }
H1.HeaderClassName
{
color: #88281F;
}
.AnyTagClassName
{
color: #88281F;
}
</style>
background-color css
<style>
a { background-color: #88281F; }
a { background-color: rgb(136,40,31); }
div.DivClassName
{
background-color: #88281F;
}
.BgClassName
{
background-color: #88281F;
}
</style>
border-color css
<style>
span { border-color: #88281F; }
span { border-color: rgb(136,40,31); }
td.TdClassName
{
border-color: #88281F;
}
.TagClassName
{
border-color: #88281F;
}
</style>