Shades of Mandarian Orange #971615
Tints of Mandarian Orange #971615
RGB
CMYK
RGB Variations
Color information
#971615 (or 0x971615) is known color: Mandarian Orange. HEX triplet: 97, 16 and 15. RGB value is (151,22,21). Sum of RGB (Red+Green+Blue) = 151+22+21=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #971615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971615 is #68E9EA. Grayscale: #3C3C3C. Windows color (decimal): -6875627 or 1382039. OLE color: 1382039.
HSL color Cylindrical-coordinate representation of color #971615: hue angle of 0.46º 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 #971615 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 21 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.41 |
| HSL | 0.46º | 0.76% | 0.34% | - |
| HSV(B) | 0.46º | 0.86% | 0.59% | - |
| XYZ | 13.18 | 7.21 | 1.41 | - |
| YUV | 60.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 21 | 0 | 0.85 | 0.86 | 0.41 | 0.46 | 0.76 | 0.34 |
| Hex | 97 | 16 | 15 | 0 | 55 | 56 | 29 | 0 | 4C | 22 |
| Octal | 227 | 26 | 25 | 0 | 125 | 126 | 51 | 0 | 114 | 42 |
| Binary | 10010111 | 10110 | 10101 | 0 | 1010101 | 1010110 | 101001 | 0 | 1001100 | 100010 |
Color Harmonies of #971615
Complementary color
Monochromatic Colors of #971615
Black with #971615
Text Example
Text Example
White with #971615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971615; }
p { color: rgb(151,22,21); }
H1.HeaderClassName
{
color: #971615;
}
.AnyTagClassName
{
color: #971615;
}
</style>
background-color css
<style>
a { background-color: #971615; }
a { background-color: rgb(151,22,21); }
div.DivClassName
{
background-color: #971615;
}
.BgClassName
{
background-color: #971615;
}
</style>
border-color css
<style>
span { border-color: #971615; }
span { border-color: rgb(151,22,21); }
td.TdClassName
{
border-color: #971615;
}
.TagClassName
{
border-color: #971615;
}
</style>