Shades of Mandarian Orange #932015
Tints of Mandarian Orange #932015
RGB
CMYK
RGB Variations
Color information
#932015 (or 0x932015) is known color: Mandarian Orange. HEX triplet: 93, 20 and 15. RGB value is (147,32,21). Sum of RGB (Red+Green+Blue) = 147+32+21=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #932015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932015 is #6CDFEA. Grayscale: #414141. Windows color (decimal): -7135211 or 1384595. OLE color: 1384595.
HSL color Cylindrical-coordinate representation of color #932015: hue angle of 5.24º 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 #932015 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 21 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.42 |
| HSL | 5.24º | 0.75% | 0.33% | - |
| HSV(B) | 5.24º | 0.86% | 0.58% | - |
| XYZ | 12.68 | 7.29 | 1.45 | - |
| YUV | 65.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 21 | 0 | 0.78 | 0.86 | 0.42 | 5.24 | 0.75 | 0.33 |
| Hex | 93 | 20 | 15 | 0 | 4E | 56 | 2A | 5 | 4B | 21 |
| Octal | 223 | 40 | 25 | 0 | 116 | 126 | 52 | 5 | 113 | 41 |
| Binary | 10010011 | 100000 | 10101 | 0 | 1001110 | 1010110 | 101010 | 101 | 1001011 | 100001 |
Color Harmonies of #932015
Complementary color
Monochromatic Colors of #932015
Black with #932015
Text Example
Text Example
White with #932015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932015; }
p { color: rgb(147,32,21); }
H1.HeaderClassName
{
color: #932015;
}
.AnyTagClassName
{
color: #932015;
}
</style>
background-color css
<style>
a { background-color: #932015; }
a { background-color: rgb(147,32,21); }
div.DivClassName
{
background-color: #932015;
}
.BgClassName
{
background-color: #932015;
}
</style>
border-color css
<style>
span { border-color: #932015; }
span { border-color: rgb(147,32,21); }
td.TdClassName
{
border-color: #932015;
}
.TagClassName
{
border-color: #932015;
}
</style>