Shades of Mandarian Orange #931F0F
Tints of Mandarian Orange #931F0F
RGB
CMYK
RGB Variations
Color information
#931F0F (or 0x931F0F) is known color: Mandarian Orange. HEX triplet: 93, 1F and 0F. RGB value is (147,31,15). Sum of RGB (Red+Green+Blue) = 147+31+15=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #931F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931F0F is #6CE0F0. Grayscale: #404040. Windows color (decimal): -7135473 or 991123. OLE color: 991123.
HSL color Cylindrical-coordinate representation of color #931F0F: hue angle of 7.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #931F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 31 | 15 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.42 |
| HSL | 7.27º | 0.81% | 0.32% | - |
| HSV(B) | 7.27º | 0.9% | 0.58% | - |
| XYZ | 12.61 | 7.22 | 1.18 | - |
| YUV | 63.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 15 | 0 | 0.79 | 0.90 | 0.42 | 7.27 | 0.81 | 0.32 |
| Hex | 93 | 1F | F | 0 | 4F | 5A | 2A | 7 | 51 | 20 |
| Octal | 223 | 37 | 17 | 0 | 117 | 132 | 52 | 7 | 121 | 40 |
| Binary | 10010011 | 11111 | 1111 | 0 | 1001111 | 1011010 | 101010 | 111 | 1010001 | 100000 |
Color Harmonies of #931F0F
Complementary color
Monochromatic Colors of #931F0F
Black with #931F0F
Text Example
Text Example
White with #931F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931F0F; }
p { color: rgb(147,31,15); }
H1.HeaderClassName
{
color: #931F0F;
}
.AnyTagClassName
{
color: #931F0F;
}
</style>
background-color css
<style>
a { background-color: #931F0F; }
a { background-color: rgb(147,31,15); }
div.DivClassName
{
background-color: #931F0F;
}
.BgClassName
{
background-color: #931F0F;
}
</style>
border-color css
<style>
span { border-color: #931F0F; }
span { border-color: rgb(147,31,15); }
td.TdClassName
{
border-color: #931F0F;
}
.TagClassName
{
border-color: #931F0F;
}
</style>