Shades of Mandarian Orange #972825
Tints of Mandarian Orange #972825
RGB
CMYK
RGB Variations
Color information
#972825 (or 0x972825) is known color: Mandarian Orange. HEX triplet: 97, 28 and 25. RGB value is (151,40,37). Sum of RGB (Red+Green+Blue) = 151+40+37=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #972825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972825 is #68D7DA. Grayscale: #484848. Windows color (decimal): -6871003 or 2435223. OLE color: 2435223.
HSL color Cylindrical-coordinate representation of color #972825: hue angle of 1.58º degrees, saturation: 0.61, 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 #972825 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 37 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.41 |
| HSL | 1.58º | 0.61% | 0.37% | - |
| HSV(B) | 1.58º | 0.75% | 0.59% | - |
| XYZ | 13.86 | 8.23 | 2.61 | - |
| YUV | 72.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 37 | 0 | 0.74 | 0.75 | 0.41 | 1.58 | 0.61 | 0.37 |
| Hex | 97 | 28 | 25 | 0 | 4A | 4B | 29 | 2 | 3D | 25 |
| Octal | 227 | 50 | 45 | 0 | 112 | 113 | 51 | 2 | 75 | 45 |
| Binary | 10010111 | 101000 | 100101 | 0 | 1001010 | 1001011 | 101001 | 10 | 111101 | 100101 |
Color Harmonies of #972825
Complementary color
Monochromatic Colors of #972825
Black with #972825
Text Example
Text Example
White with #972825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972825; }
p { color: rgb(151,40,37); }
H1.HeaderClassName
{
color: #972825;
}
.AnyTagClassName
{
color: #972825;
}
</style>
background-color css
<style>
a { background-color: #972825; }
a { background-color: rgb(151,40,37); }
div.DivClassName
{
background-color: #972825;
}
.BgClassName
{
background-color: #972825;
}
</style>
border-color css
<style>
span { border-color: #972825; }
span { border-color: rgb(151,40,37); }
td.TdClassName
{
border-color: #972825;
}
.TagClassName
{
border-color: #972825;
}
</style>