Shades of Mandarian Orange #89211C
Tints of Mandarian Orange #89211C
RGB
CMYK
RGB Variations
Color information
#89211C (or 0x89211C) is known color: Mandarian Orange. HEX triplet: 89, 21 and 1C. RGB value is (137,33,28). Sum of RGB (Red+Green+Blue) = 137+33+28=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89211C is #76DEE3. Grayscale: #3F3F3F. Windows color (decimal): -7790308 or 1843593. OLE color: 1843593.
HSL color Cylindrical-coordinate representation of color #89211C: hue angle of 2.75º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89211C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 28 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.46 |
| HSL | 2.75º | 0.66% | 0.32% | - |
| HSV(B) | 2.75º | 0.8% | 0.54% | - |
| XYZ | 11.07 | 6.49 | 1.77 | - |
| YUV | 63.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 28 | 0 | 0.76 | 0.80 | 0.46 | 2.75 | 0.66 | 0.32 |
| Hex | 89 | 21 | 1C | 0 | 4C | 50 | 2E | 3 | 42 | 20 |
| Octal | 211 | 41 | 34 | 0 | 114 | 120 | 56 | 3 | 102 | 40 |
| Binary | 10001001 | 100001 | 11100 | 0 | 1001100 | 1010000 | 101110 | 11 | 1000010 | 100000 |
Color Harmonies of #89211C
Complementary color
Monochromatic Colors of #89211C
Black with #89211C
Text Example
Text Example
White with #89211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89211C; }
p { color: rgb(137,33,28); }
H1.HeaderClassName
{
color: #89211C;
}
.AnyTagClassName
{
color: #89211C;
}
</style>
background-color css
<style>
a { background-color: #89211C; }
a { background-color: rgb(137,33,28); }
div.DivClassName
{
background-color: #89211C;
}
.BgClassName
{
background-color: #89211C;
}
</style>
border-color css
<style>
span { border-color: #89211C; }
span { border-color: rgb(137,33,28); }
td.TdClassName
{
border-color: #89211C;
}
.TagClassName
{
border-color: #89211C;
}
</style>