Shades of Mandarian Orange #882C29
Tints of Mandarian Orange #882C29
RGB
CMYK
RGB Variations
Color information
#882C29 (or 0x882C29) is known color: Mandarian Orange. HEX triplet: 88, 2C and 29. RGB value is (136,44,41). Sum of RGB (Red+Green+Blue) = 136+44+41=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C29 is #77D3D6. Grayscale: #474747. Windows color (decimal): -7853015 or 2698376. OLE color: 2698376.
HSL color Cylindrical-coordinate representation of color #882C29: hue angle of 1.89º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882C29 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 41 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.47 |
| HSL | 1.89º | 0.54% | 0.35% | - |
| HSV(B) | 1.89º | 0.7% | 0.53% | - |
| XYZ | 11.45 | 7.2 | 2.88 | - |
| YUV | 71.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 41 | 0 | 0.68 | 0.70 | 0.47 | 1.89 | 0.54 | 0.35 |
| Hex | 88 | 2C | 29 | 0 | 44 | 46 | 2F | 2 | 36 | 23 |
| Octal | 210 | 54 | 51 | 0 | 104 | 106 | 57 | 2 | 66 | 43 |
| Binary | 10001000 | 101100 | 101001 | 0 | 1000100 | 1000110 | 101111 | 10 | 110110 | 100011 |
Color Harmonies of #882C29
Complementary color
Monochromatic Colors of #882C29
Black with #882C29
Text Example
Text Example
White with #882C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C29; }
p { color: rgb(136,44,41); }
H1.HeaderClassName
{
color: #882C29;
}
.AnyTagClassName
{
color: #882C29;
}
</style>
background-color css
<style>
a { background-color: #882C29; }
a { background-color: rgb(136,44,41); }
div.DivClassName
{
background-color: #882C29;
}
.BgClassName
{
background-color: #882C29;
}
</style>
border-color css
<style>
span { border-color: #882C29; }
span { border-color: rgb(136,44,41); }
td.TdClassName
{
border-color: #882C29;
}
.TagClassName
{
border-color: #882C29;
}
</style>