Shades of Mandarian Orange #91260E
Tints of Mandarian Orange #91260E
RGB
CMYK
RGB Variations
Color information
#91260E (or 0x91260E) is known color: Mandarian Orange. HEX triplet: 91, 26 and 0E. RGB value is (145,38,14). Sum of RGB (Red+Green+Blue) = 145+38+14=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91260E is #6ED9F1. Grayscale: #434343. Windows color (decimal): -7264754 or 927377. OLE color: 927377.
HSL color Cylindrical-coordinate representation of color #91260E: hue angle of 10.99º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91260E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 38 | 14 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.43 |
| HSL | 10.99º | 0.82% | 0.31% | - |
| HSV(B) | 10.99º | 0.9% | 0.57% | - |
| XYZ | 12.45 | 7.44 | 1.19 | - |
| YUV | 67.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 14 | 0 | 0.74 | 0.90 | 0.43 | 10.99 | 0.82 | 0.31 |
| Hex | 91 | 26 | E | 0 | 4A | 5A | 2B | B | 52 | 1F |
| Octal | 221 | 46 | 16 | 0 | 112 | 132 | 53 | 13 | 122 | 37 |
| Binary | 10010001 | 100110 | 1110 | 0 | 1001010 | 1011010 | 101011 | 1011 | 1010010 | 11111 |
Color Harmonies of #91260E
Complementary color
Monochromatic Colors of #91260E
Black with #91260E
Text Example
Text Example
White with #91260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91260E; }
p { color: rgb(145,38,14); }
H1.HeaderClassName
{
color: #91260E;
}
.AnyTagClassName
{
color: #91260E;
}
</style>
background-color css
<style>
a { background-color: #91260E; }
a { background-color: rgb(145,38,14); }
div.DivClassName
{
background-color: #91260E;
}
.BgClassName
{
background-color: #91260E;
}
</style>
border-color css
<style>
span { border-color: #91260E; }
span { border-color: rgb(145,38,14); }
td.TdClassName
{
border-color: #91260E;
}
.TagClassName
{
border-color: #91260E;
}
</style>