Shades of Mandarian Orange #972322
Tints of Mandarian Orange #972322
RGB
CMYK
RGB Variations
Color information
#972322 (or 0x972322) is known color: Mandarian Orange. HEX triplet: 97, 23 and 22. RGB value is (151,35,34). Sum of RGB (Red+Green+Blue) = 151+35+34=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #972322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972322 is #68DCDD. Grayscale: #454545. Windows color (decimal): -6872286 or 2237335. OLE color: 2237335.
HSL color Cylindrical-coordinate representation of color #972322: hue angle of 0.51º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972322 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 34 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.41 |
| HSL | 0.51º | 0.63% | 0.36% | - |
| HSV(B) | 0.51º | 0.77% | 0.59% | - |
| XYZ | 13.65 | 7.9 | 2.32 | - |
| YUV | 69.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 34 | 0 | 0.77 | 0.77 | 0.41 | 0.51 | 0.63 | 0.36 |
| Hex | 97 | 23 | 22 | 0 | 4D | 4D | 29 | 1 | 3F | 24 |
| Octal | 227 | 43 | 42 | 0 | 115 | 115 | 51 | 1 | 77 | 44 |
| Binary | 10010111 | 100011 | 100010 | 0 | 1001101 | 1001101 | 101001 | 1 | 111111 | 100100 |
Color Harmonies of #972322
Complementary color
Monochromatic Colors of #972322
Black with #972322
Text Example
Text Example
White with #972322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972322; }
p { color: rgb(151,35,34); }
H1.HeaderClassName
{
color: #972322;
}
.AnyTagClassName
{
color: #972322;
}
</style>
background-color css
<style>
a { background-color: #972322; }
a { background-color: rgb(151,35,34); }
div.DivClassName
{
background-color: #972322;
}
.BgClassName
{
background-color: #972322;
}
</style>
border-color css
<style>
span { border-color: #972322; }
span { border-color: rgb(151,35,34); }
td.TdClassName
{
border-color: #972322;
}
.TagClassName
{
border-color: #972322;
}
</style>