Shades of Mandarian Orange #971B16
Tints of Mandarian Orange #971B16
RGB
CMYK
RGB Variations
Color information
#971B16 (or 0x971B16) is known color: Mandarian Orange. HEX triplet: 97, 1B and 16. RGB value is (151,27,22). Sum of RGB (Red+Green+Blue) = 151+27+22=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #971B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B16 is #68E4E9. Grayscale: #3F3F3F. Windows color (decimal): -6874346 or 1448855. OLE color: 1448855.
HSL color Cylindrical-coordinate representation of color #971B16: hue angle of 2.33º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971B16 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 22 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.41 |
| HSL | 2.33º | 0.75% | 0.34% | - |
| HSV(B) | 2.33º | 0.85% | 0.59% | - |
| XYZ | 13.3 | 7.42 | 1.49 | - |
| YUV | 63.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 22 | 0 | 0.82 | 0.85 | 0.41 | 2.33 | 0.75 | 0.34 |
| Hex | 97 | 1B | 16 | 0 | 52 | 55 | 29 | 2 | 4B | 22 |
| Octal | 227 | 33 | 26 | 0 | 122 | 125 | 51 | 2 | 113 | 42 |
| Binary | 10010111 | 11011 | 10110 | 0 | 1010010 | 1010101 | 101001 | 10 | 1001011 | 100010 |
Color Harmonies of #971B16
Complementary color
Monochromatic Colors of #971B16
Black with #971B16
Text Example
Text Example
White with #971B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B16; }
p { color: rgb(151,27,22); }
H1.HeaderClassName
{
color: #971B16;
}
.AnyTagClassName
{
color: #971B16;
}
</style>
background-color css
<style>
a { background-color: #971B16; }
a { background-color: rgb(151,27,22); }
div.DivClassName
{
background-color: #971B16;
}
.BgClassName
{
background-color: #971B16;
}
</style>
border-color css
<style>
span { border-color: #971B16; }
span { border-color: rgb(151,27,22); }
td.TdClassName
{
border-color: #971B16;
}
.TagClassName
{
border-color: #971B16;
}
</style>