Shades of Mandarian Orange #972222
Tints of Mandarian Orange #972222
RGB
CMYK
RGB Variations
Color information
#972222 (or 0x972222) is known color: Mandarian Orange. HEX triplet: 97, 22 and 22. RGB value is (151,34,34). Sum of RGB (Red+Green+Blue) = 151+34+34=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #972222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972222 is #68DDDD. Grayscale: #454545. Windows color (decimal): -6872542 or 2237079. OLE color: 2237079.
HSL color Cylindrical-coordinate representation of color #972222: hue angle of 0º 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 #972222 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 34 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.41 |
| HSL | 0º | 0.63% | 0.36% | - |
| HSV(B) | 0º | 0.77% | 0.59% | - |
| XYZ | 13.62 | 7.84 | 2.31 | - |
| YUV | 68.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 34 | 0 | 0.77 | 0.77 | 0.41 | 0 | 0.63 | 0.36 |
| Hex | 97 | 22 | 22 | 0 | 4D | 4D | 29 | 0 | 3F | 24 |
| Octal | 227 | 42 | 42 | 0 | 115 | 115 | 51 | 0 | 77 | 44 |
| Binary | 10010111 | 100010 | 100010 | 0 | 1001101 | 1001101 | 101001 | 0 | 111111 | 100100 |
Color Harmonies of #972222
Complementary color
Monochromatic Colors of #972222
Black with #972222
Text Example
Text Example
White with #972222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972222; }
p { color: rgb(151,34,34); }
H1.HeaderClassName
{
color: #972222;
}
.AnyTagClassName
{
color: #972222;
}
</style>
background-color css
<style>
a { background-color: #972222; }
a { background-color: rgb(151,34,34); }
div.DivClassName
{
background-color: #972222;
}
.BgClassName
{
background-color: #972222;
}
</style>
border-color css
<style>
span { border-color: #972222; }
span { border-color: rgb(151,34,34); }
td.TdClassName
{
border-color: #972222;
}
.TagClassName
{
border-color: #972222;
}
</style>