Shades of Mandarian Orange #88251D
Tints of Mandarian Orange #88251D
RGB
CMYK
RGB Variations
Color information
#88251D (or 0x88251D) is known color: Mandarian Orange. HEX triplet: 88, 25 and 1D. RGB value is (136,37,29). Sum of RGB (Red+Green+Blue) = 136+37+29=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88251D is #77DAE2. Grayscale: #414141. Windows color (decimal): -7854819 or 1910152. OLE color: 1910152.
HSL color Cylindrical-coordinate representation of color #88251D: hue angle of 4.49º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88251D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 29 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.47 |
| HSL | 4.49º | 0.65% | 0.32% | - |
| HSV(B) | 4.49º | 0.79% | 0.53% | - |
| XYZ | 11.04 | 6.65 | 1.86 | - |
| YUV | 65.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 29 | 0 | 0.73 | 0.79 | 0.47 | 4.49 | 0.65 | 0.32 |
| Hex | 88 | 25 | 1D | 0 | 49 | 4F | 2F | 4 | 41 | 20 |
| Octal | 210 | 45 | 35 | 0 | 111 | 117 | 57 | 4 | 101 | 40 |
| Binary | 10001000 | 100101 | 11101 | 0 | 1001001 | 1001111 | 101111 | 100 | 1000001 | 100000 |
Color Harmonies of #88251D
Complementary color
Monochromatic Colors of #88251D
Black with #88251D
Text Example
Text Example
White with #88251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88251D; }
p { color: rgb(136,37,29); }
H1.HeaderClassName
{
color: #88251D;
}
.AnyTagClassName
{
color: #88251D;
}
</style>
background-color css
<style>
a { background-color: #88251D; }
a { background-color: rgb(136,37,29); }
div.DivClassName
{
background-color: #88251D;
}
.BgClassName
{
background-color: #88251D;
}
</style>
border-color css
<style>
span { border-color: #88251D; }
span { border-color: rgb(136,37,29); }
td.TdClassName
{
border-color: #88251D;
}
.TagClassName
{
border-color: #88251D;
}
</style>