Shades of Mandarian Orange #92201E
Tints of Mandarian Orange #92201E
RGB
CMYK
RGB Variations
Color information
#92201E (or 0x92201E) is known color: Mandarian Orange. HEX triplet: 92, 20 and 1E. RGB value is (146,32,30). Sum of RGB (Red+Green+Blue) = 146+32+30=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #92201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92201E is #6DDFE1. Grayscale: #414141. Windows color (decimal): -7200738 or 1974418. OLE color: 1974418.
HSL color Cylindrical-coordinate representation of color #92201E: hue angle of 1.03º degrees, saturation: 0.66, 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 #92201E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 30 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.43 |
| HSL | 1.03º | 0.66% | 0.35% | - |
| HSV(B) | 1.03º | 0.79% | 0.57% | - |
| XYZ | 12.6 | 7.24 | 1.96 | - |
| YUV | 65.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 30 | 0 | 0.78 | 0.79 | 0.43 | 1.03 | 0.66 | 0.35 |
| Hex | 92 | 20 | 1E | 0 | 4E | 4F | 2B | 1 | 42 | 23 |
| Octal | 222 | 40 | 36 | 0 | 116 | 117 | 53 | 1 | 102 | 43 |
| Binary | 10010010 | 100000 | 11110 | 0 | 1001110 | 1001111 | 101011 | 1 | 1000010 | 100011 |
Color Harmonies of #92201E
Complementary color
Monochromatic Colors of #92201E
Black with #92201E
Text Example
Text Example
White with #92201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92201E; }
p { color: rgb(146,32,30); }
H1.HeaderClassName
{
color: #92201E;
}
.AnyTagClassName
{
color: #92201E;
}
</style>
background-color css
<style>
a { background-color: #92201E; }
a { background-color: rgb(146,32,30); }
div.DivClassName
{
background-color: #92201E;
}
.BgClassName
{
background-color: #92201E;
}
</style>
border-color css
<style>
span { border-color: #92201E; }
span { border-color: rgb(146,32,30); }
td.TdClassName
{
border-color: #92201E;
}
.TagClassName
{
border-color: #92201E;
}
</style>