Shades of Mandarian Orange #921915
Tints of Mandarian Orange #921915
RGB
CMYK
RGB Variations
Color information
#921915 (or 0x921915) is known color: Mandarian Orange. HEX triplet: 92, 19 and 15. RGB value is (146,25,21). Sum of RGB (Red+Green+Blue) = 146+25+21=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921915 is #6DE6EA. Grayscale: #3C3C3C. Windows color (decimal): -7202539 or 1382802. OLE color: 1382802.
HSL color Cylindrical-coordinate representation of color #921915: hue angle of 1.92º 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 #921915 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 21 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.43 |
| HSL | 1.92º | 0.75% | 0.33% | - |
| HSV(B) | 1.92º | 0.86% | 0.57% | - |
| XYZ | 12.34 | 6.86 | 1.38 | - |
| YUV | 60.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 21 | 0 | 0.83 | 0.86 | 0.43 | 1.92 | 0.75 | 0.33 |
| Hex | 92 | 19 | 15 | 0 | 53 | 56 | 2B | 2 | 4B | 21 |
| Octal | 222 | 31 | 25 | 0 | 123 | 126 | 53 | 2 | 113 | 41 |
| Binary | 10010010 | 11001 | 10101 | 0 | 1010011 | 1010110 | 101011 | 10 | 1001011 | 100001 |
Color Harmonies of #921915
Complementary color
Monochromatic Colors of #921915
Black with #921915
Text Example
Text Example
White with #921915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921915; }
p { color: rgb(146,25,21); }
H1.HeaderClassName
{
color: #921915;
}
.AnyTagClassName
{
color: #921915;
}
</style>
background-color css
<style>
a { background-color: #921915; }
a { background-color: rgb(146,25,21); }
div.DivClassName
{
background-color: #921915;
}
.BgClassName
{
background-color: #921915;
}
</style>
border-color css
<style>
span { border-color: #921915; }
span { border-color: rgb(146,25,21); }
td.TdClassName
{
border-color: #921915;
}
.TagClassName
{
border-color: #921915;
}
</style>