Shades of Mandarian Orange #91211D
Tints of Mandarian Orange #91211D
RGB
CMYK
RGB Variations
Color information
#91211D (or 0x91211D) is known color: Mandarian Orange. HEX triplet: 91, 21 and 1D. RGB value is (145,33,29). Sum of RGB (Red+Green+Blue) = 145+33+29=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #91211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91211D is #6EDEE2. Grayscale: #424242. Windows color (decimal): -7266019 or 1909137. OLE color: 1909137.
HSL color Cylindrical-coordinate representation of color #91211D: hue angle of 2.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91211D is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 29 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.43 |
| HSL | 2.07º | 0.67% | 0.34% | - |
| HSV(B) | 2.07º | 0.8% | 0.57% | - |
| XYZ | 12.44 | 7.2 | 1.9 | - |
| YUV | 66.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 29 | 0 | 0.77 | 0.8 | 0.43 | 2.07 | 0.67 | 0.34 |
| Hex | 91 | 21 | 1D | 0 | 4D | 50 | 2B | 2 | 43 | 22 |
| Octal | 221 | 41 | 35 | 0 | 115 | 120 | 53 | 2 | 103 | 42 |
| Binary | 10010001 | 100001 | 11101 | 0 | 1001101 | 1010000 | 101011 | 10 | 1000011 | 100010 |
Color Harmonies of #91211D
Complementary color
Monochromatic Colors of #91211D
Black with #91211D
Text Example
Text Example
White with #91211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91211D; }
p { color: rgb(145,33,29); }
H1.HeaderClassName
{
color: #91211D;
}
.AnyTagClassName
{
color: #91211D;
}
</style>
background-color css
<style>
a { background-color: #91211D; }
a { background-color: rgb(145,33,29); }
div.DivClassName
{
background-color: #91211D;
}
.BgClassName
{
background-color: #91211D;
}
</style>
border-color css
<style>
span { border-color: #91211D; }
span { border-color: rgb(145,33,29); }
td.TdClassName
{
border-color: #91211D;
}
.TagClassName
{
border-color: #91211D;
}
</style>