Shades of Mandarian Orange #971910
Tints of Mandarian Orange #971910
RGB
CMYK
RGB Variations
Color information
#971910 (or 0x971910) is known color: Mandarian Orange. HEX triplet: 97, 19 and 10. RGB value is (151,25,16). Sum of RGB (Red+Green+Blue) = 151+25+16=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971910 is #68E6EF. Grayscale: #3D3D3D. Windows color (decimal): -6874864 or 1055127. OLE color: 1055127.
HSL color Cylindrical-coordinate representation of color #971910: hue angle of 4º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971910 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 16 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.41 |
| HSL | 4º | 0.81% | 0.33% | - |
| HSV(B) | 4º | 0.89% | 0.59% | - |
| XYZ | 13.2 | 7.31 | 1.21 | - |
| YUV | 61.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 16 | 0 | 0.83 | 0.89 | 0.41 | 4 | 0.81 | 0.33 |
| Hex | 97 | 19 | 10 | 0 | 53 | 59 | 29 | 4 | 51 | 21 |
| Octal | 227 | 31 | 20 | 0 | 123 | 131 | 51 | 4 | 121 | 41 |
| Binary | 10010111 | 11001 | 10000 | 0 | 1010011 | 1011001 | 101001 | 100 | 1010001 | 100001 |
Color Harmonies of #971910
Complementary color
Monochromatic Colors of #971910
Black with #971910
Text Example
Text Example
White with #971910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971910; }
p { color: rgb(151,25,16); }
H1.HeaderClassName
{
color: #971910;
}
.AnyTagClassName
{
color: #971910;
}
</style>
background-color css
<style>
a { background-color: #971910; }
a { background-color: rgb(151,25,16); }
div.DivClassName
{
background-color: #971910;
}
.BgClassName
{
background-color: #971910;
}
</style>
border-color css
<style>
span { border-color: #971910; }
span { border-color: rgb(151,25,16); }
td.TdClassName
{
border-color: #971910;
}
.TagClassName
{
border-color: #971910;
}
</style>