Shades of Mandarian Orange #922019
Tints of Mandarian Orange #922019
RGB
CMYK
RGB Variations
Color information
#922019 (or 0x922019) is known color: Mandarian Orange. HEX triplet: 92, 20 and 19. RGB value is (146,32,25). Sum of RGB (Red+Green+Blue) = 146+32+25=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #922019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922019 is #6DDFE6. Grayscale: #414141. Windows color (decimal): -7200743 or 1646738. OLE color: 1646738.
HSL color Cylindrical-coordinate representation of color #922019: hue angle of 3.47º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #922019 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 25 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.43 |
| HSL | 3.47º | 0.71% | 0.34% | - |
| HSV(B) | 3.47º | 0.83% | 0.57% | - |
| XYZ | 12.55 | 7.21 | 1.65 | - |
| YUV | 65.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 25 | 0 | 0.78 | 0.83 | 0.43 | 3.47 | 0.71 | 0.34 |
| Hex | 92 | 20 | 19 | 0 | 4E | 53 | 2B | 3 | 47 | 22 |
| Octal | 222 | 40 | 31 | 0 | 116 | 123 | 53 | 3 | 107 | 42 |
| Binary | 10010010 | 100000 | 11001 | 0 | 1001110 | 1010011 | 101011 | 11 | 1000111 | 100010 |
Color Harmonies of #922019
Complementary color
Monochromatic Colors of #922019
Black with #922019
Text Example
Text Example
White with #922019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922019; }
p { color: rgb(146,32,25); }
H1.HeaderClassName
{
color: #922019;
}
.AnyTagClassName
{
color: #922019;
}
</style>
background-color css
<style>
a { background-color: #922019; }
a { background-color: rgb(146,32,25); }
div.DivClassName
{
background-color: #922019;
}
.BgClassName
{
background-color: #922019;
}
</style>
border-color css
<style>
span { border-color: #922019; }
span { border-color: rgb(146,32,25); }
td.TdClassName
{
border-color: #922019;
}
.TagClassName
{
border-color: #922019;
}
</style>