Shades of Mandarian Orange #882521
Tints of Mandarian Orange #882521
RGB
CMYK
RGB Variations
Color information
#882521 (or 0x882521) is known color: Mandarian Orange. HEX triplet: 88, 25 and 21. RGB value is (136,37,33). Sum of RGB (Red+Green+Blue) = 136+37+33=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #882521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882521 is #77DADE. Grayscale: #424242. Windows color (decimal): -7854815 or 2172296. OLE color: 2172296.
HSL color Cylindrical-coordinate representation of color #882521: hue angle of 2.33º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882521 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 33 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.47 |
| HSL | 2.33º | 0.61% | 0.33% | - |
| HSV(B) | 2.33º | 0.76% | 0.53% | - |
| XYZ | 11.09 | 6.67 | 2.14 | - |
| YUV | 66.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 33 | 0 | 0.73 | 0.76 | 0.47 | 2.33 | 0.61 | 0.33 |
| Hex | 88 | 25 | 21 | 0 | 49 | 4C | 2F | 2 | 3D | 21 |
| Octal | 210 | 45 | 41 | 0 | 111 | 114 | 57 | 2 | 75 | 41 |
| Binary | 10001000 | 100101 | 100001 | 0 | 1001001 | 1001100 | 101111 | 10 | 111101 | 100001 |
Color Harmonies of #882521
Complementary color
Monochromatic Colors of #882521
Black with #882521
Text Example
Text Example
White with #882521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882521; }
p { color: rgb(136,37,33); }
H1.HeaderClassName
{
color: #882521;
}
.AnyTagClassName
{
color: #882521;
}
</style>
background-color css
<style>
a { background-color: #882521; }
a { background-color: rgb(136,37,33); }
div.DivClassName
{
background-color: #882521;
}
.BgClassName
{
background-color: #882521;
}
</style>
border-color css
<style>
span { border-color: #882521; }
span { border-color: rgb(136,37,33); }
td.TdClassName
{
border-color: #882521;
}
.TagClassName
{
border-color: #882521;
}
</style>