Shades of Mandarian Orange #971915
Tints of Mandarian Orange #971915
RGB
CMYK
RGB Variations
Color information
#971915 (or 0x971915) is known color: Mandarian Orange. HEX triplet: 97, 19 and 15. RGB value is (151,25,21). Sum of RGB (Red+Green+Blue) = 151+25+21=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971915 is #68E6EA. Grayscale: #3E3E3E. Windows color (decimal): -6874859 or 1382807. OLE color: 1382807.
HSL color Cylindrical-coordinate representation of color #971915: hue angle of 1.85º 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 #971915 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 21 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.41 |
| HSL | 1.85º | 0.76% | 0.34% | - |
| HSV(B) | 1.85º | 0.86% | 0.59% | - |
| XYZ | 13.25 | 7.33 | 1.43 | - |
| YUV | 62.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 21 | 0 | 0.83 | 0.86 | 0.41 | 1.85 | 0.76 | 0.34 |
| Hex | 97 | 19 | 15 | 0 | 53 | 56 | 29 | 2 | 4C | 22 |
| Octal | 227 | 31 | 25 | 0 | 123 | 126 | 51 | 2 | 114 | 42 |
| Binary | 10010111 | 11001 | 10101 | 0 | 1010011 | 1010110 | 101001 | 10 | 1001100 | 100010 |
Color Harmonies of #971915
Complementary color
Monochromatic Colors of #971915
Black with #971915
Text Example
Text Example
White with #971915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971915; }
p { color: rgb(151,25,21); }
H1.HeaderClassName
{
color: #971915;
}
.AnyTagClassName
{
color: #971915;
}
</style>
background-color css
<style>
a { background-color: #971915; }
a { background-color: rgb(151,25,21); }
div.DivClassName
{
background-color: #971915;
}
.BgClassName
{
background-color: #971915;
}
</style>
border-color css
<style>
span { border-color: #971915; }
span { border-color: rgb(151,25,21); }
td.TdClassName
{
border-color: #971915;
}
.TagClassName
{
border-color: #971915;
}
</style>