Shades of Mandarian Orange #972424
Tints of Mandarian Orange #972424
RGB
CMYK
RGB Variations
Color information
#972424 (or 0x972424) is known color: Mandarian Orange. HEX triplet: 97, 24 and 24. RGB value is (151,36,36). Sum of RGB (Red+Green+Blue) = 151+36+36=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972424 is #68DBDB. Grayscale: #464646. Windows color (decimal): -6872028 or 2368663. OLE color: 2368663.
HSL color Cylindrical-coordinate representation of color #972424: hue angle of 0º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972424 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 36 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.41 |
| HSL | 0º | 0.61% | 0.37% | - |
| HSV(B) | 0º | 0.76% | 0.59% | - |
| XYZ | 13.71 | 7.97 | 2.48 | - |
| YUV | 70.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 36 | 0 | 0.76 | 0.76 | 0.41 | 0 | 0.61 | 0.37 |
| Hex | 97 | 24 | 24 | 0 | 4C | 4C | 29 | 0 | 3D | 25 |
| Octal | 227 | 44 | 44 | 0 | 114 | 114 | 51 | 0 | 75 | 45 |
| Binary | 10010111 | 100100 | 100100 | 0 | 1001100 | 1001100 | 101001 | 0 | 111101 | 100101 |
Color Harmonies of #972424
Complementary color
Monochromatic Colors of #972424
Black with #972424
Text Example
Text Example
White with #972424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972424; }
p { color: rgb(151,36,36); }
H1.HeaderClassName
{
color: #972424;
}
.AnyTagClassName
{
color: #972424;
}
</style>
background-color css
<style>
a { background-color: #972424; }
a { background-color: rgb(151,36,36); }
div.DivClassName
{
background-color: #972424;
}
.BgClassName
{
background-color: #972424;
}
</style>
border-color css
<style>
span { border-color: #972424; }
span { border-color: rgb(151,36,36); }
td.TdClassName
{
border-color: #972424;
}
.TagClassName
{
border-color: #972424;
}
</style>