Shades of Mandarian Orange #972015
Tints of Mandarian Orange #972015
RGB
CMYK
RGB Variations
Color information
#972015 (or 0x972015) is known color: Mandarian Orange. HEX triplet: 97, 20 and 15. RGB value is (151,32,21). Sum of RGB (Red+Green+Blue) = 151+32+21=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #972015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972015 is #68DFEA. Grayscale: #424242. Windows color (decimal): -6873067 or 1384599. OLE color: 1384599.
HSL color Cylindrical-coordinate representation of color #972015: hue angle of 5.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #972015 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 21 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.41 |
| HSL | 5.08º | 0.76% | 0.34% | - |
| HSV(B) | 5.08º | 0.86% | 0.59% | - |
| XYZ | 13.41 | 7.67 | 1.48 | - |
| YUV | 66.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 21 | 0 | 0.79 | 0.86 | 0.41 | 5.08 | 0.76 | 0.34 |
| Hex | 97 | 20 | 15 | 0 | 4F | 56 | 29 | 5 | 4C | 22 |
| Octal | 227 | 40 | 25 | 0 | 117 | 126 | 51 | 5 | 114 | 42 |
| Binary | 10010111 | 100000 | 10101 | 0 | 1001111 | 1010110 | 101001 | 101 | 1001100 | 100010 |
Color Harmonies of #972015
Complementary color
Monochromatic Colors of #972015
Black with #972015
Text Example
Text Example
White with #972015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972015; }
p { color: rgb(151,32,21); }
H1.HeaderClassName
{
color: #972015;
}
.AnyTagClassName
{
color: #972015;
}
</style>
background-color css
<style>
a { background-color: #972015; }
a { background-color: rgb(151,32,21); }
div.DivClassName
{
background-color: #972015;
}
.BgClassName
{
background-color: #972015;
}
</style>
border-color css
<style>
span { border-color: #972015; }
span { border-color: rgb(151,32,21); }
td.TdClassName
{
border-color: #972015;
}
.TagClassName
{
border-color: #972015;
}
</style>