Shades of Mandarian Orange #932114
Tints of Mandarian Orange #932114
RGB
CMYK
RGB Variations
Color information
#932114 (or 0x932114) is known color: Mandarian Orange. HEX triplet: 93, 21 and 14. RGB value is (147,33,20). Sum of RGB (Red+Green+Blue) = 147+33+20=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #932114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932114 is #6CDEEB. Grayscale: #414141. Windows color (decimal): -7134956 or 1319315. OLE color: 1319315.
HSL color Cylindrical-coordinate representation of color #932114: hue angle of 6.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #932114 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 20 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.42 |
| HSL | 6.14º | 0.76% | 0.33% | - |
| HSV(B) | 6.14º | 0.86% | 0.58% | - |
| XYZ | 12.7 | 7.34 | 1.41 | - |
| YUV | 65.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 20 | 0 | 0.78 | 0.86 | 0.42 | 6.14 | 0.76 | 0.33 |
| Hex | 93 | 21 | 14 | 0 | 4E | 56 | 2A | 6 | 4C | 21 |
| Octal | 223 | 41 | 24 | 0 | 116 | 126 | 52 | 6 | 114 | 41 |
| Binary | 10010011 | 100001 | 10100 | 0 | 1001110 | 1010110 | 101010 | 110 | 1001100 | 100001 |
Color Harmonies of #932114
Complementary color
Monochromatic Colors of #932114
Black with #932114
Text Example
Text Example
White with #932114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932114; }
p { color: rgb(147,33,20); }
H1.HeaderClassName
{
color: #932114;
}
.AnyTagClassName
{
color: #932114;
}
</style>
background-color css
<style>
a { background-color: #932114; }
a { background-color: rgb(147,33,20); }
div.DivClassName
{
background-color: #932114;
}
.BgClassName
{
background-color: #932114;
}
</style>
border-color css
<style>
span { border-color: #932114; }
span { border-color: rgb(147,33,20); }
td.TdClassName
{
border-color: #932114;
}
.TagClassName
{
border-color: #932114;
}
</style>