Shades of Mandarian Orange #92211B
Tints of Mandarian Orange #92211B
RGB
CMYK
RGB Variations
Color information
#92211B (or 0x92211B) is known color: Mandarian Orange. HEX triplet: 92, 21 and 1B. RGB value is (146,33,27). Sum of RGB (Red+Green+Blue) = 146+33+27=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #92211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92211B is #6DDEE4. Grayscale: #424242. Windows color (decimal): -7200485 or 1778066. OLE color: 1778066.
HSL color Cylindrical-coordinate representation of color #92211B: hue angle of 3.03º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92211B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 27 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.43 |
| HSL | 3.03º | 0.69% | 0.34% | - |
| HSV(B) | 3.03º | 0.82% | 0.57% | - |
| XYZ | 12.6 | 7.28 | 1.78 | - |
| YUV | 66.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 27 | 0 | 0.77 | 0.82 | 0.43 | 3.03 | 0.69 | 0.34 |
| Hex | 92 | 21 | 1B | 0 | 4D | 52 | 2B | 3 | 45 | 22 |
| Octal | 222 | 41 | 33 | 0 | 115 | 122 | 53 | 3 | 105 | 42 |
| Binary | 10010010 | 100001 | 11011 | 0 | 1001101 | 1010010 | 101011 | 11 | 1000101 | 100010 |
Color Harmonies of #92211B
Complementary color
Monochromatic Colors of #92211B
Black with #92211B
Text Example
Text Example
White with #92211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92211B; }
p { color: rgb(146,33,27); }
H1.HeaderClassName
{
color: #92211B;
}
.AnyTagClassName
{
color: #92211B;
}
</style>
background-color css
<style>
a { background-color: #92211B; }
a { background-color: rgb(146,33,27); }
div.DivClassName
{
background-color: #92211B;
}
.BgClassName
{
background-color: #92211B;
}
</style>
border-color css
<style>
span { border-color: #92211B; }
span { border-color: rgb(146,33,27); }
td.TdClassName
{
border-color: #92211B;
}
.TagClassName
{
border-color: #92211B;
}
</style>