Shades of Mandarian Orange #922121
Tints of Mandarian Orange #922121
RGB
CMYK
RGB Variations
Color information
#922121 (or 0x922121) is known color: Mandarian Orange. HEX triplet: 92, 21 and 21. RGB value is (146,33,33). Sum of RGB (Red+Green+Blue) = 146+33+33=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #922121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922121 is #6DDEDE. Grayscale: #424242. Windows color (decimal): -7200479 or 2171282. OLE color: 2171282.
HSL color Cylindrical-coordinate representation of color #922121: hue angle of 0º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922121 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 33 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.43 |
| HSL | 0º | 0.63% | 0.35% | - |
| HSV(B) | 0º | 0.77% | 0.57% | - |
| XYZ | 12.67 | 7.31 | 2.18 | - |
| YUV | 66.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 33 | 0 | 0.77 | 0.77 | 0.43 | 0 | 0.63 | 0.35 |
| Hex | 92 | 21 | 21 | 0 | 4D | 4D | 2B | 0 | 3F | 23 |
| Octal | 222 | 41 | 41 | 0 | 115 | 115 | 53 | 0 | 77 | 43 |
| Binary | 10010010 | 100001 | 100001 | 0 | 1001101 | 1001101 | 101011 | 0 | 111111 | 100011 |
Color Harmonies of #922121
Complementary color
Monochromatic Colors of #922121
Black with #922121
Text Example
Text Example
White with #922121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922121; }
p { color: rgb(146,33,33); }
H1.HeaderClassName
{
color: #922121;
}
.AnyTagClassName
{
color: #922121;
}
</style>
background-color css
<style>
a { background-color: #922121; }
a { background-color: rgb(146,33,33); }
div.DivClassName
{
background-color: #922121;
}
.BgClassName
{
background-color: #922121;
}
</style>
border-color css
<style>
span { border-color: #922121; }
span { border-color: rgb(146,33,33); }
td.TdClassName
{
border-color: #922121;
}
.TagClassName
{
border-color: #922121;
}
</style>