Shades of Mandarian Orange #932113
Tints of Mandarian Orange #932113
RGB
CMYK
RGB Variations
Color information
#932113 (or 0x932113) is known color: Mandarian Orange. HEX triplet: 93, 21 and 13. RGB value is (147,33,19). Sum of RGB (Red+Green+Blue) = 147+33+19=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #932113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932113 is #6CDEEC. Grayscale: #414141. Windows color (decimal): -7134957 or 1253779. OLE color: 1253779.
HSL color Cylindrical-coordinate representation of color #932113: hue angle of 6.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #932113 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 19 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.42 |
| HSL | 6.56º | 0.77% | 0.33% | - |
| HSV(B) | 6.56º | 0.87% | 0.58% | - |
| XYZ | 12.69 | 7.34 | 1.36 | - |
| YUV | 65.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 19 | 0 | 0.78 | 0.87 | 0.42 | 6.56 | 0.77 | 0.33 |
| Hex | 93 | 21 | 13 | 0 | 4E | 57 | 2A | 7 | 4D | 21 |
| Octal | 223 | 41 | 23 | 0 | 116 | 127 | 52 | 7 | 115 | 41 |
| Binary | 10010011 | 100001 | 10011 | 0 | 1001110 | 1010111 | 101010 | 111 | 1001101 | 100001 |
Color Harmonies of #932113
Complementary color
Monochromatic Colors of #932113
Black with #932113
Text Example
Text Example
White with #932113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932113; }
p { color: rgb(147,33,19); }
H1.HeaderClassName
{
color: #932113;
}
.AnyTagClassName
{
color: #932113;
}
</style>
background-color css
<style>
a { background-color: #932113; }
a { background-color: rgb(147,33,19); }
div.DivClassName
{
background-color: #932113;
}
.BgClassName
{
background-color: #932113;
}
</style>
border-color css
<style>
span { border-color: #932113; }
span { border-color: rgb(147,33,19); }
td.TdClassName
{
border-color: #932113;
}
.TagClassName
{
border-color: #932113;
}
</style>