Shades of Mandarian Orange #89231F
Tints of Mandarian Orange #89231F
RGB
CMYK
RGB Variations
Color information
#89231F (or 0x89231F) is known color: Mandarian Orange. HEX triplet: 89, 23 and 1F. RGB value is (137,35,31). Sum of RGB (Red+Green+Blue) = 137+35+31=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89231F is #76DCE0. Grayscale: #414141. Windows color (decimal): -7789793 or 2040713. OLE color: 2040713.
HSL color Cylindrical-coordinate representation of color #89231F: hue angle of 2.26º 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 #89231F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 31 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.46 |
| HSL | 2.26º | 0.63% | 0.33% | - |
| HSV(B) | 2.26º | 0.77% | 0.54% | - |
| XYZ | 11.16 | 6.62 | 1.99 | - |
| YUV | 65.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 31 | 0 | 0.74 | 0.77 | 0.46 | 2.26 | 0.63 | 0.33 |
| Hex | 89 | 23 | 1F | 0 | 4A | 4D | 2E | 2 | 3F | 21 |
| Octal | 211 | 43 | 37 | 0 | 112 | 115 | 56 | 2 | 77 | 41 |
| Binary | 10001001 | 100011 | 11111 | 0 | 1001010 | 1001101 | 101110 | 10 | 111111 | 100001 |
Color Harmonies of #89231F
Complementary color
Monochromatic Colors of #89231F
Black with #89231F
Text Example
Text Example
White with #89231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89231F; }
p { color: rgb(137,35,31); }
H1.HeaderClassName
{
color: #89231F;
}
.AnyTagClassName
{
color: #89231F;
}
</style>
background-color css
<style>
a { background-color: #89231F; }
a { background-color: rgb(137,35,31); }
div.DivClassName
{
background-color: #89231F;
}
.BgClassName
{
background-color: #89231F;
}
</style>
border-color css
<style>
span { border-color: #89231F; }
span { border-color: rgb(137,35,31); }
td.TdClassName
{
border-color: #89231F;
}
.TagClassName
{
border-color: #89231F;
}
</style>