Shades of Mandarian Orange #931C16
Tints of Mandarian Orange #931C16
RGB
CMYK
RGB Variations
Color information
#931C16 (or 0x931C16) is known color: Mandarian Orange. HEX triplet: 93, 1C and 16. RGB value is (147,28,22). Sum of RGB (Red+Green+Blue) = 147+28+22=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #931C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C16 is #6CE3E9. Grayscale: #3F3F3F. Windows color (decimal): -7136234 or 1449107. OLE color: 1449107.
HSL color Cylindrical-coordinate representation of color #931C16: hue angle of 2.88º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931C16 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 28 | 22 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.42 |
| HSL | 2.88º | 0.74% | 0.33% | - |
| HSV(B) | 2.88º | 0.85% | 0.58% | - |
| XYZ | 12.59 | 7.09 | 1.46 | - |
| YUV | 62.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 22 | 0 | 0.81 | 0.85 | 0.42 | 2.88 | 0.74 | 0.33 |
| Hex | 93 | 1C | 16 | 0 | 51 | 55 | 2A | 3 | 4A | 21 |
| Octal | 223 | 34 | 26 | 0 | 121 | 125 | 52 | 3 | 112 | 41 |
| Binary | 10010011 | 11100 | 10110 | 0 | 1010001 | 1010101 | 101010 | 11 | 1001010 | 100001 |
Color Harmonies of #931C16
Complementary color
Monochromatic Colors of #931C16
Black with #931C16
Text Example
Text Example
White with #931C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931C16; }
p { color: rgb(147,28,22); }
H1.HeaderClassName
{
color: #931C16;
}
.AnyTagClassName
{
color: #931C16;
}
</style>
background-color css
<style>
a { background-color: #931C16; }
a { background-color: rgb(147,28,22); }
div.DivClassName
{
background-color: #931C16;
}
.BgClassName
{
background-color: #931C16;
}
</style>
border-color css
<style>
span { border-color: #931C16; }
span { border-color: rgb(147,28,22); }
td.TdClassName
{
border-color: #931C16;
}
.TagClassName
{
border-color: #931C16;
}
</style>