Shades of Mandarian Orange #89221F
Tints of Mandarian Orange #89221F
RGB
CMYK
RGB Variations
Color information
#89221F (or 0x89221F) is known color: Mandarian Orange. HEX triplet: 89, 22 and 1F. RGB value is (137,34,31). Sum of RGB (Red+Green+Blue) = 137+34+31=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89221F is #76DDE0. Grayscale: #404040. Windows color (decimal): -7790049 or 2040457. OLE color: 2040457.
HSL color Cylindrical-coordinate representation of color #89221F: hue angle of 1.7º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89221F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 31 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.46 |
| HSL | 1.7º | 0.63% | 0.33% | - |
| HSV(B) | 1.7º | 0.77% | 0.54% | - |
| XYZ | 11.14 | 6.56 | 1.98 | - |
| YUV | 64.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 31 | 0 | 0.75 | 0.77 | 0.46 | 1.7 | 0.63 | 0.33 |
| Hex | 89 | 22 | 1F | 0 | 4B | 4D | 2E | 2 | 3F | 21 |
| Octal | 211 | 42 | 37 | 0 | 113 | 115 | 56 | 2 | 77 | 41 |
| Binary | 10001001 | 100010 | 11111 | 0 | 1001011 | 1001101 | 101110 | 10 | 111111 | 100001 |
Color Harmonies of #89221F
Complementary color
Monochromatic Colors of #89221F
Black with #89221F
Text Example
Text Example
White with #89221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89221F; }
p { color: rgb(137,34,31); }
H1.HeaderClassName
{
color: #89221F;
}
.AnyTagClassName
{
color: #89221F;
}
</style>
background-color css
<style>
a { background-color: #89221F; }
a { background-color: rgb(137,34,31); }
div.DivClassName
{
background-color: #89221F;
}
.BgClassName
{
background-color: #89221F;
}
</style>
border-color css
<style>
span { border-color: #89221F; }
span { border-color: rgb(137,34,31); }
td.TdClassName
{
border-color: #89221F;
}
.TagClassName
{
border-color: #89221F;
}
</style>