Shades of Mandarian Orange #92221F
Tints of Mandarian Orange #92221F
RGB
CMYK
RGB Variations
Color information
#92221F (or 0x92221F) is known color: Mandarian Orange. HEX triplet: 92, 22 and 1F. RGB value is (146,34,31). Sum of RGB (Red+Green+Blue) = 146+34+31=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92221F is #6DDDE0. Grayscale: #434343. Windows color (decimal): -7200225 or 2040466. OLE color: 2040466.
HSL color Cylindrical-coordinate representation of color #92221F: hue angle of 1.57º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92221F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 31 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.43 |
| HSL | 1.57º | 0.65% | 0.35% | - |
| HSV(B) | 1.57º | 0.79% | 0.57% | - |
| XYZ | 12.67 | 7.35 | 2.05 | - |
| YUV | 67.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 31 | 0 | 0.77 | 0.79 | 0.43 | 1.57 | 0.65 | 0.35 |
| Hex | 92 | 22 | 1F | 0 | 4D | 4F | 2B | 2 | 41 | 23 |
| Octal | 222 | 42 | 37 | 0 | 115 | 117 | 53 | 2 | 101 | 43 |
| Binary | 10010010 | 100010 | 11111 | 0 | 1001101 | 1001111 | 101011 | 10 | 1000001 | 100011 |
Color Harmonies of #92221F
Complementary color
Monochromatic Colors of #92221F
Black with #92221F
Text Example
Text Example
White with #92221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92221F; }
p { color: rgb(146,34,31); }
H1.HeaderClassName
{
color: #92221F;
}
.AnyTagClassName
{
color: #92221F;
}
</style>
background-color css
<style>
a { background-color: #92221F; }
a { background-color: rgb(146,34,31); }
div.DivClassName
{
background-color: #92221F;
}
.BgClassName
{
background-color: #92221F;
}
</style>
border-color css
<style>
span { border-color: #92221F; }
span { border-color: rgb(146,34,31); }
td.TdClassName
{
border-color: #92221F;
}
.TagClassName
{
border-color: #92221F;
}
</style>