Shades of Mandarian Orange #882624
Tints of Mandarian Orange #882624
RGB
CMYK
RGB Variations
Color information
#882624 (or 0x882624) is known color: Mandarian Orange. HEX triplet: 88, 26 and 24. RGB value is (136,38,36). Sum of RGB (Red+Green+Blue) = 136+38+36=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882624 is #77D9DB. Grayscale: #434343. Windows color (decimal): -7854556 or 2369160. OLE color: 2369160.
HSL color Cylindrical-coordinate representation of color #882624: hue angle of 1.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882624 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 36 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.47 |
| HSL | 1.2º | 0.58% | 0.34% | - |
| HSV(B) | 1.2º | 0.74% | 0.53% | - |
| XYZ | 11.16 | 6.75 | 2.38 | - |
| YUV | 67.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 36 | 0 | 0.72 | 0.74 | 0.47 | 1.2 | 0.58 | 0.34 |
| Hex | 88 | 26 | 24 | 0 | 48 | 4A | 2F | 1 | 3A | 22 |
| Octal | 210 | 46 | 44 | 0 | 110 | 112 | 57 | 1 | 72 | 42 |
| Binary | 10001000 | 100110 | 100100 | 0 | 1001000 | 1001010 | 101111 | 1 | 111010 | 100010 |
Color Harmonies of #882624
Complementary color
Monochromatic Colors of #882624
Black with #882624
Text Example
Text Example
White with #882624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882624; }
p { color: rgb(136,38,36); }
H1.HeaderClassName
{
color: #882624;
}
.AnyTagClassName
{
color: #882624;
}
</style>
background-color css
<style>
a { background-color: #882624; }
a { background-color: rgb(136,38,36); }
div.DivClassName
{
background-color: #882624;
}
.BgClassName
{
background-color: #882624;
}
</style>
border-color css
<style>
span { border-color: #882624; }
span { border-color: rgb(136,38,36); }
td.TdClassName
{
border-color: #882624;
}
.TagClassName
{
border-color: #882624;
}
</style>