Shades of Mandarian Orange #88231E
Tints of Mandarian Orange #88231E
RGB
CMYK
RGB Variations
Color information
#88231E (or 0x88231E) is known color: Mandarian Orange. HEX triplet: 88, 23 and 1E. RGB value is (136,35,30). Sum of RGB (Red+Green+Blue) = 136+35+30=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88231E is #77DCE1. Grayscale: #404040. Windows color (decimal): -7855330 or 1975176. OLE color: 1975176.
HSL color Cylindrical-coordinate representation of color #88231E: hue angle of 2.83º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88231E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 30 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.47 |
| HSL | 2.83º | 0.64% | 0.33% | - |
| HSV(B) | 2.83º | 0.78% | 0.53% | - |
| XYZ | 10.99 | 6.53 | 1.91 | - |
| YUV | 64.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 30 | 0 | 0.74 | 0.78 | 0.47 | 2.83 | 0.64 | 0.33 |
| Hex | 88 | 23 | 1E | 0 | 4A | 4E | 2F | 3 | 40 | 21 |
| Octal | 210 | 43 | 36 | 0 | 112 | 116 | 57 | 3 | 100 | 41 |
| Binary | 10001000 | 100011 | 11110 | 0 | 1001010 | 1001110 | 101111 | 11 | 1000000 | 100001 |
Color Harmonies of #88231E
Complementary color
Monochromatic Colors of #88231E
Black with #88231E
Text Example
Text Example
White with #88231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88231E; }
p { color: rgb(136,35,30); }
H1.HeaderClassName
{
color: #88231E;
}
.AnyTagClassName
{
color: #88231E;
}
</style>
background-color css
<style>
a { background-color: #88231E; }
a { background-color: rgb(136,35,30); }
div.DivClassName
{
background-color: #88231E;
}
.BgClassName
{
background-color: #88231E;
}
</style>
border-color css
<style>
span { border-color: #88231E; }
span { border-color: rgb(136,35,30); }
td.TdClassName
{
border-color: #88231E;
}
.TagClassName
{
border-color: #88231E;
}
</style>