Shades of Mandarian Orange #89271C
Tints of Mandarian Orange #89271C
RGB
CMYK
RGB Variations
Color information
#89271C (or 0x89271C) is known color: Mandarian Orange. HEX triplet: 89, 27 and 1C. RGB value is (137,39,28). Sum of RGB (Red+Green+Blue) = 137+39+28=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89271C is #76D8E3. Grayscale: #434343. Windows color (decimal): -7788772 or 1845129. OLE color: 1845129.
HSL color Cylindrical-coordinate representation of color #89271C: hue angle of 6.06º 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 #89271C is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 28 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.46 |
| HSL | 6.06º | 0.66% | 0.32% | - |
| HSV(B) | 6.06º | 0.8% | 0.54% | - |
| XYZ | 11.25 | 6.85 | 1.83 | - |
| YUV | 67.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 28 | 0 | 0.72 | 0.80 | 0.46 | 6.06 | 0.66 | 0.32 |
| Hex | 89 | 27 | 1C | 0 | 48 | 50 | 2E | 6 | 42 | 20 |
| Octal | 211 | 47 | 34 | 0 | 110 | 120 | 56 | 6 | 102 | 40 |
| Binary | 10001001 | 100111 | 11100 | 0 | 1001000 | 1010000 | 101110 | 110 | 1000010 | 100000 |
Color Harmonies of #89271C
Complementary color
Monochromatic Colors of #89271C
Black with #89271C
Text Example
Text Example
White with #89271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89271C; }
p { color: rgb(137,39,28); }
H1.HeaderClassName
{
color: #89271C;
}
.AnyTagClassName
{
color: #89271C;
}
</style>
background-color css
<style>
a { background-color: #89271C; }
a { background-color: rgb(137,39,28); }
div.DivClassName
{
background-color: #89271C;
}
.BgClassName
{
background-color: #89271C;
}
</style>
border-color css
<style>
span { border-color: #89271C; }
span { border-color: rgb(137,39,28); }
td.TdClassName
{
border-color: #89271C;
}
.TagClassName
{
border-color: #89271C;
}
</style>