Shades of Mandarian Orange #882B28
Tints of Mandarian Orange #882B28
RGB
CMYK
RGB Variations
Color information
#882B28 (or 0x882B28) is known color: Mandarian Orange. HEX triplet: 88, 2B and 28. RGB value is (136,43,40). Sum of RGB (Red+Green+Blue) = 136+43+40=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #882B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B28 is #77D4D7. Grayscale: #464646. Windows color (decimal): -7853272 or 2632584. OLE color: 2632584.
HSL color Cylindrical-coordinate representation of color #882B28: hue angle of 1.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882B28 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 40 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.47 |
| HSL | 1.88º | 0.55% | 0.35% | - |
| HSV(B) | 1.88º | 0.71% | 0.53% | - |
| XYZ | 11.4 | 7.12 | 2.78 | - |
| YUV | 70.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 40 | 0 | 0.68 | 0.71 | 0.47 | 1.88 | 0.55 | 0.35 |
| Hex | 88 | 2B | 28 | 0 | 44 | 47 | 2F | 2 | 37 | 23 |
| Octal | 210 | 53 | 50 | 0 | 104 | 107 | 57 | 2 | 67 | 43 |
| Binary | 10001000 | 101011 | 101000 | 0 | 1000100 | 1000111 | 101111 | 10 | 110111 | 100011 |
Color Harmonies of #882B28
Complementary color
Monochromatic Colors of #882B28
Black with #882B28
Text Example
Text Example
White with #882B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B28; }
p { color: rgb(136,43,40); }
H1.HeaderClassName
{
color: #882B28;
}
.AnyTagClassName
{
color: #882B28;
}
</style>
background-color css
<style>
a { background-color: #882B28; }
a { background-color: rgb(136,43,40); }
div.DivClassName
{
background-color: #882B28;
}
.BgClassName
{
background-color: #882B28;
}
</style>
border-color css
<style>
span { border-color: #882B28; }
span { border-color: rgb(136,43,40); }
td.TdClassName
{
border-color: #882B28;
}
.TagClassName
{
border-color: #882B28;
}
</style>