Shades of Mandarian Orange #972726
Tints of Mandarian Orange #972726
RGB
CMYK
RGB Variations
Color information
#972726 (or 0x972726) is known color: Mandarian Orange. HEX triplet: 97, 27 and 26. RGB value is (151,39,38). Sum of RGB (Red+Green+Blue) = 151+39+38=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #972726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972726 is #68D8D9. Grayscale: #484848. Windows color (decimal): -6871258 or 2500503. OLE color: 2500503.
HSL color Cylindrical-coordinate representation of color #972726: hue angle of 0.53º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972726 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 38 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.41 |
| HSL | 0.53º | 0.6% | 0.37% | - |
| HSV(B) | 0.53º | 0.75% | 0.59% | - |
| XYZ | 13.84 | 8.17 | 2.68 | - |
| YUV | 72.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 38 | 0 | 0.74 | 0.75 | 0.41 | 0.53 | 0.6 | 0.37 |
| Hex | 97 | 27 | 26 | 0 | 4A | 4B | 29 | 1 | 3C | 25 |
| Octal | 227 | 47 | 46 | 0 | 112 | 113 | 51 | 1 | 74 | 45 |
| Binary | 10010111 | 100111 | 100110 | 0 | 1001010 | 1001011 | 101001 | 1 | 111100 | 100101 |
Color Harmonies of #972726
Complementary color
Monochromatic Colors of #972726
Black with #972726
Text Example
Text Example
White with #972726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972726; }
p { color: rgb(151,39,38); }
H1.HeaderClassName
{
color: #972726;
}
.AnyTagClassName
{
color: #972726;
}
</style>
background-color css
<style>
a { background-color: #972726; }
a { background-color: rgb(151,39,38); }
div.DivClassName
{
background-color: #972726;
}
.BgClassName
{
background-color: #972726;
}
</style>
border-color css
<style>
span { border-color: #972726; }
span { border-color: rgb(151,39,38); }
td.TdClassName
{
border-color: #972726;
}
.TagClassName
{
border-color: #972726;
}
</style>