Shades of Mandarian Orange #972014
Tints of Mandarian Orange #972014
RGB
CMYK
RGB Variations
Color information
#972014 (or 0x972014) is known color: Mandarian Orange. HEX triplet: 97, 20 and 14. RGB value is (151,32,20). Sum of RGB (Red+Green+Blue) = 151+32+20=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #972014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972014 is #68DFEB. Grayscale: #424242. Windows color (decimal): -6873068 or 1319063. OLE color: 1319063.
HSL color Cylindrical-coordinate representation of color #972014: hue angle of 5.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972014 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 20 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.41 |
| HSL | 5.5º | 0.77% | 0.34% | - |
| HSV(B) | 5.5º | 0.87% | 0.59% | - |
| XYZ | 13.41 | 7.66 | 1.43 | - |
| YUV | 66.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 20 | 0 | 0.79 | 0.87 | 0.41 | 5.5 | 0.77 | 0.34 |
| Hex | 97 | 20 | 14 | 0 | 4F | 57 | 29 | 5 | 4D | 22 |
| Octal | 227 | 40 | 24 | 0 | 117 | 127 | 51 | 5 | 115 | 42 |
| Binary | 10010111 | 100000 | 10100 | 0 | 1001111 | 1010111 | 101001 | 101 | 1001101 | 100010 |
Color Harmonies of #972014
Complementary color
Monochromatic Colors of #972014
Black with #972014
Text Example
Text Example
White with #972014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972014; }
p { color: rgb(151,32,20); }
H1.HeaderClassName
{
color: #972014;
}
.AnyTagClassName
{
color: #972014;
}
</style>
background-color css
<style>
a { background-color: #972014; }
a { background-color: rgb(151,32,20); }
div.DivClassName
{
background-color: #972014;
}
.BgClassName
{
background-color: #972014;
}
</style>
border-color css
<style>
span { border-color: #972014; }
span { border-color: rgb(151,32,20); }
td.TdClassName
{
border-color: #972014;
}
.TagClassName
{
border-color: #972014;
}
</style>