Shades of Mandarian Orange #882423
Tints of Mandarian Orange #882423
RGB
CMYK
RGB Variations
Color information
#882423 (or 0x882423) is known color: Mandarian Orange. HEX triplet: 88, 24 and 23. RGB value is (136,36,35). Sum of RGB (Red+Green+Blue) = 136+36+35=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882423 is #77DBDC. Grayscale: #414141. Windows color (decimal): -7855069 or 2303112. OLE color: 2303112.
HSL color Cylindrical-coordinate representation of color #882423: hue angle of 0.59º degrees, saturation: 0.59, 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 #882423 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 35 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.47 |
| HSL | 0.59º | 0.59% | 0.34% | - |
| HSV(B) | 0.59º | 0.74% | 0.53% | - |
| XYZ | 11.09 | 6.62 | 2.28 | - |
| YUV | 65.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 35 | 0 | 0.74 | 0.74 | 0.47 | 0.59 | 0.59 | 0.34 |
| Hex | 88 | 24 | 23 | 0 | 4A | 4A | 2F | 1 | 3B | 22 |
| Octal | 210 | 44 | 43 | 0 | 112 | 112 | 57 | 1 | 73 | 42 |
| Binary | 10001000 | 100100 | 100011 | 0 | 1001010 | 1001010 | 101111 | 1 | 111011 | 100010 |
Color Harmonies of #882423
Complementary color
Monochromatic Colors of #882423
Black with #882423
Text Example
Text Example
White with #882423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882423; }
p { color: rgb(136,36,35); }
H1.HeaderClassName
{
color: #882423;
}
.AnyTagClassName
{
color: #882423;
}
</style>
background-color css
<style>
a { background-color: #882423; }
a { background-color: rgb(136,36,35); }
div.DivClassName
{
background-color: #882423;
}
.BgClassName
{
background-color: #882423;
}
</style>
border-color css
<style>
span { border-color: #882423; }
span { border-color: rgb(136,36,35); }
td.TdClassName
{
border-color: #882423;
}
.TagClassName
{
border-color: #882423;
}
</style>