Shades of Mandarian Orange #89261F
Tints of Mandarian Orange #89261F
RGB
CMYK
RGB Variations
Color information
#89261F (or 0x89261F) is known color: Mandarian Orange. HEX triplet: 89, 26 and 1F. RGB value is (137,38,31). Sum of RGB (Red+Green+Blue) = 137+38+31=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89261F is #76D9E0. Grayscale: #424242. Windows color (decimal): -7789025 or 2041481. OLE color: 2041481.
HSL color Cylindrical-coordinate representation of color #89261F: hue angle of 3.96º 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 #89261F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 31 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.46 |
| HSL | 3.96º | 0.63% | 0.33% | - |
| HSV(B) | 3.96º | 0.77% | 0.54% | - |
| XYZ | 11.26 | 6.8 | 2.02 | - |
| YUV | 66.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 31 | 0 | 0.72 | 0.77 | 0.46 | 3.96 | 0.63 | 0.33 |
| Hex | 89 | 26 | 1F | 0 | 48 | 4D | 2E | 4 | 3F | 21 |
| Octal | 211 | 46 | 37 | 0 | 110 | 115 | 56 | 4 | 77 | 41 |
| Binary | 10001001 | 100110 | 11111 | 0 | 1001000 | 1001101 | 101110 | 100 | 111111 | 100001 |
Color Harmonies of #89261F
Complementary color
Monochromatic Colors of #89261F
Black with #89261F
Text Example
Text Example
White with #89261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89261F; }
p { color: rgb(137,38,31); }
H1.HeaderClassName
{
color: #89261F;
}
.AnyTagClassName
{
color: #89261F;
}
</style>
background-color css
<style>
a { background-color: #89261F; }
a { background-color: rgb(137,38,31); }
div.DivClassName
{
background-color: #89261F;
}
.BgClassName
{
background-color: #89261F;
}
</style>
border-color css
<style>
span { border-color: #89261F; }
span { border-color: rgb(137,38,31); }
td.TdClassName
{
border-color: #89261F;
}
.TagClassName
{
border-color: #89261F;
}
</style>