Shades of Mandarian Orange #972217
Tints of Mandarian Orange #972217
RGB
CMYK
RGB Variations
Color information
#972217 (or 0x972217) is known color: Mandarian Orange. HEX triplet: 97, 22 and 17. RGB value is (151,34,23). Sum of RGB (Red+Green+Blue) = 151+34+23=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #972217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972217 is #68DDE8. Grayscale: #434343. Windows color (decimal): -6872553 or 1516183. OLE color: 1516183.
HSL color Cylindrical-coordinate representation of color #972217: hue angle of 5.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #972217 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 23 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.41 |
| HSL | 5.16º | 0.74% | 0.34% | - |
| HSV(B) | 5.16º | 0.85% | 0.59% | - |
| XYZ | 13.49 | 7.79 | 1.6 | - |
| YUV | 67.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 23 | 0 | 0.77 | 0.85 | 0.41 | 5.16 | 0.74 | 0.34 |
| Hex | 97 | 22 | 17 | 0 | 4D | 55 | 29 | 5 | 4A | 22 |
| Octal | 227 | 42 | 27 | 0 | 115 | 125 | 51 | 5 | 112 | 42 |
| Binary | 10010111 | 100010 | 10111 | 0 | 1001101 | 1010101 | 101001 | 101 | 1001010 | 100010 |
Color Harmonies of #972217
Complementary color
Monochromatic Colors of #972217
Black with #972217
Text Example
Text Example
White with #972217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972217; }
p { color: rgb(151,34,23); }
H1.HeaderClassName
{
color: #972217;
}
.AnyTagClassName
{
color: #972217;
}
</style>
background-color css
<style>
a { background-color: #972217; }
a { background-color: rgb(151,34,23); }
div.DivClassName
{
background-color: #972217;
}
.BgClassName
{
background-color: #972217;
}
</style>
border-color css
<style>
span { border-color: #972217; }
span { border-color: rgb(151,34,23); }
td.TdClassName
{
border-color: #972217;
}
.TagClassName
{
border-color: #972217;
}
</style>