Shades of Mandarian Orange #922015
Tints of Mandarian Orange #922015
RGB
CMYK
RGB Variations
Color information
#922015 (or 0x922015) is known color: Mandarian Orange. HEX triplet: 92, 20 and 15. RGB value is (146,32,21). Sum of RGB (Red+Green+Blue) = 146+32+21=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #922015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922015 is #6DDFEA. Grayscale: #404040. Windows color (decimal): -7200747 or 1384594. OLE color: 1384594.
HSL color Cylindrical-coordinate representation of color #922015: hue angle of 5.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #922015 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 21 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.43 |
| HSL | 5.28º | 0.75% | 0.33% | - |
| HSV(B) | 5.28º | 0.86% | 0.57% | - |
| XYZ | 12.51 | 7.2 | 1.44 | - |
| YUV | 64.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 21 | 0 | 0.78 | 0.86 | 0.43 | 5.28 | 0.75 | 0.33 |
| Hex | 92 | 20 | 15 | 0 | 4E | 56 | 2B | 5 | 4B | 21 |
| Octal | 222 | 40 | 25 | 0 | 116 | 126 | 53 | 5 | 113 | 41 |
| Binary | 10010010 | 100000 | 10101 | 0 | 1001110 | 1010110 | 101011 | 101 | 1001011 | 100001 |
Color Harmonies of #922015
Complementary color
Monochromatic Colors of #922015
Black with #922015
Text Example
Text Example
White with #922015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922015; }
p { color: rgb(146,32,21); }
H1.HeaderClassName
{
color: #922015;
}
.AnyTagClassName
{
color: #922015;
}
</style>
background-color css
<style>
a { background-color: #922015; }
a { background-color: rgb(146,32,21); }
div.DivClassName
{
background-color: #922015;
}
.BgClassName
{
background-color: #922015;
}
</style>
border-color css
<style>
span { border-color: #922015; }
span { border-color: rgb(146,32,21); }
td.TdClassName
{
border-color: #922015;
}
.TagClassName
{
border-color: #922015;
}
</style>