Shades of Mandarian Orange #932215
Tints of Mandarian Orange #932215
RGB
CMYK
RGB Variations
Color information
#932215 (or 0x932215) is known color: Mandarian Orange. HEX triplet: 93, 22 and 15. RGB value is (147,34,21). Sum of RGB (Red+Green+Blue) = 147+34+21=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #932215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932215 is #6CDDEA. Grayscale: #424242. Windows color (decimal): -7134699 or 1385107. OLE color: 1385107.
HSL color Cylindrical-coordinate representation of color #932215: hue angle of 6.19º degrees, saturation: 0.75, 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 #932215 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 21 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.42 |
| HSL | 6.19º | 0.75% | 0.33% | - |
| HSV(B) | 6.19º | 0.86% | 0.58% | - |
| XYZ | 12.74 | 7.4 | 1.47 | - |
| YUV | 66.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 21 | 0 | 0.77 | 0.86 | 0.42 | 6.19 | 0.75 | 0.33 |
| Hex | 93 | 22 | 15 | 0 | 4D | 56 | 2A | 6 | 4B | 21 |
| Octal | 223 | 42 | 25 | 0 | 115 | 126 | 52 | 6 | 113 | 41 |
| Binary | 10010011 | 100010 | 10101 | 0 | 1001101 | 1010110 | 101010 | 110 | 1001011 | 100001 |
Color Harmonies of #932215
Complementary color
Monochromatic Colors of #932215
Black with #932215
Text Example
Text Example
White with #932215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932215; }
p { color: rgb(147,34,21); }
H1.HeaderClassName
{
color: #932215;
}
.AnyTagClassName
{
color: #932215;
}
</style>
background-color css
<style>
a { background-color: #932215; }
a { background-color: rgb(147,34,21); }
div.DivClassName
{
background-color: #932215;
}
.BgClassName
{
background-color: #932215;
}
</style>
border-color css
<style>
span { border-color: #932215; }
span { border-color: rgb(147,34,21); }
td.TdClassName
{
border-color: #932215;
}
.TagClassName
{
border-color: #932215;
}
</style>