Shades of Mandarian Orange #88241C
Tints of Mandarian Orange #88241C
RGB
CMYK
RGB Variations
Color information
#88241C (or 0x88241C) is known color: Mandarian Orange. HEX triplet: 88, 24 and 1C. RGB value is (136,36,28). Sum of RGB (Red+Green+Blue) = 136+36+28=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88241C is #77DBE3. Grayscale: #414141. Windows color (decimal): -7855076 or 1844360. OLE color: 1844360.
HSL color Cylindrical-coordinate representation of color #88241C: hue angle of 4.44º degrees, saturation: 0.66, 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 #88241C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 28 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.47 |
| HSL | 4.44º | 0.66% | 0.32% | - |
| HSV(B) | 4.44º | 0.79% | 0.53% | - |
| XYZ | 10.99 | 6.58 | 1.79 | - |
| YUV | 64.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 28 | 0 | 0.74 | 0.79 | 0.47 | 4.44 | 0.66 | 0.32 |
| Hex | 88 | 24 | 1C | 0 | 4A | 4F | 2F | 4 | 42 | 20 |
| Octal | 210 | 44 | 34 | 0 | 112 | 117 | 57 | 4 | 102 | 40 |
| Binary | 10001000 | 100100 | 11100 | 0 | 1001010 | 1001111 | 101111 | 100 | 1000010 | 100000 |
Color Harmonies of #88241C
Complementary color
Monochromatic Colors of #88241C
Black with #88241C
Text Example
Text Example
White with #88241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88241C; }
p { color: rgb(136,36,28); }
H1.HeaderClassName
{
color: #88241C;
}
.AnyTagClassName
{
color: #88241C;
}
</style>
background-color css
<style>
a { background-color: #88241C; }
a { background-color: rgb(136,36,28); }
div.DivClassName
{
background-color: #88241C;
}
.BgClassName
{
background-color: #88241C;
}
</style>
border-color css
<style>
span { border-color: #88241C; }
span { border-color: rgb(136,36,28); }
td.TdClassName
{
border-color: #88241C;
}
.TagClassName
{
border-color: #88241C;
}
</style>