Shades of Mandarian Orange #89271B
Tints of Mandarian Orange #89271B
RGB
CMYK
RGB Variations
Color information
#89271B (or 0x89271B) is known color: Mandarian Orange. HEX triplet: 89, 27 and 1B. RGB value is (137,39,27). Sum of RGB (Red+Green+Blue) = 137+39+27=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89271B is #76D8E4. Grayscale: #434343. Windows color (decimal): -7788773 or 1779593. OLE color: 1779593.
HSL color Cylindrical-coordinate representation of color #89271B: hue angle of 6.55º degrees, saturation: 0.67, 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 #89271B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 27 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.46 |
| HSL | 6.55º | 0.67% | 0.32% | - |
| HSV(B) | 6.55º | 0.8% | 0.54% | - |
| XYZ | 11.24 | 6.85 | 1.77 | - |
| YUV | 66.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 27 | 0 | 0.72 | 0.80 | 0.46 | 6.55 | 0.67 | 0.32 |
| Hex | 89 | 27 | 1B | 0 | 48 | 50 | 2E | 7 | 43 | 20 |
| Octal | 211 | 47 | 33 | 0 | 110 | 120 | 56 | 7 | 103 | 40 |
| Binary | 10001001 | 100111 | 11011 | 0 | 1001000 | 1010000 | 101110 | 111 | 1000011 | 100000 |
Color Harmonies of #89271B
Complementary color
Monochromatic Colors of #89271B
Black with #89271B
Text Example
Text Example
White with #89271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89271B; }
p { color: rgb(137,39,27); }
H1.HeaderClassName
{
color: #89271B;
}
.AnyTagClassName
{
color: #89271B;
}
</style>
background-color css
<style>
a { background-color: #89271B; }
a { background-color: rgb(137,39,27); }
div.DivClassName
{
background-color: #89271B;
}
.BgClassName
{
background-color: #89271B;
}
</style>
border-color css
<style>
span { border-color: #89271B; }
span { border-color: rgb(137,39,27); }
td.TdClassName
{
border-color: #89271B;
}
.TagClassName
{
border-color: #89271B;
}
</style>