Shades of Mandarian Orange #89221D
Tints of Mandarian Orange #89221D
RGB
CMYK
RGB Variations
Color information
#89221D (or 0x89221D) is known color: Mandarian Orange. HEX triplet: 89, 22 and 1D. RGB value is (137,34,29). Sum of RGB (Red+Green+Blue) = 137+34+29=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89221D is #76DDE2. Grayscale: #404040. Windows color (decimal): -7790051 or 1909385. OLE color: 1909385.
HSL color Cylindrical-coordinate representation of color #89221D: hue angle of 2.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89221D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 29 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.46 |
| HSL | 2.78º | 0.65% | 0.33% | - |
| HSV(B) | 2.78º | 0.79% | 0.54% | - |
| XYZ | 11.11 | 6.55 | 1.84 | - |
| YUV | 64.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 29 | 0 | 0.75 | 0.79 | 0.46 | 2.78 | 0.65 | 0.33 |
| Hex | 89 | 22 | 1D | 0 | 4B | 4F | 2E | 3 | 41 | 21 |
| Octal | 211 | 42 | 35 | 0 | 113 | 117 | 56 | 3 | 101 | 41 |
| Binary | 10001001 | 100010 | 11101 | 0 | 1001011 | 1001111 | 101110 | 11 | 1000001 | 100001 |
Color Harmonies of #89221D
Complementary color
Monochromatic Colors of #89221D
Black with #89221D
Text Example
Text Example
White with #89221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89221D; }
p { color: rgb(137,34,29); }
H1.HeaderClassName
{
color: #89221D;
}
.AnyTagClassName
{
color: #89221D;
}
</style>
background-color css
<style>
a { background-color: #89221D; }
a { background-color: rgb(137,34,29); }
div.DivClassName
{
background-color: #89221D;
}
.BgClassName
{
background-color: #89221D;
}
</style>
border-color css
<style>
span { border-color: #89221D; }
span { border-color: rgb(137,34,29); }
td.TdClassName
{
border-color: #89221D;
}
.TagClassName
{
border-color: #89221D;
}
</style>