Shades of Mandarian Orange #961914
Tints of Mandarian Orange #961914
RGB
CMYK
RGB Variations
Color information
#961914 (or 0x961914) is known color: Mandarian Orange. HEX triplet: 96, 19 and 14. RGB value is (150,25,20). Sum of RGB (Red+Green+Blue) = 150+25+20=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961914 is #69E6EB. Grayscale: #3D3D3D. Windows color (decimal): -6940396 or 1317270. OLE color: 1317270.
HSL color Cylindrical-coordinate representation of color #961914: hue angle of 2.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961914 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 20 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.41 |
| HSL | 2.31º | 0.76% | 0.33% | - |
| HSV(B) | 2.31º | 0.87% | 0.59% | - |
| XYZ | 13.05 | 7.23 | 1.37 | - |
| YUV | 61.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 20 | 0 | 0.83 | 0.87 | 0.41 | 2.31 | 0.76 | 0.33 |
| Hex | 96 | 19 | 14 | 0 | 53 | 57 | 29 | 2 | 4C | 21 |
| Octal | 226 | 31 | 24 | 0 | 123 | 127 | 51 | 2 | 114 | 41 |
| Binary | 10010110 | 11001 | 10100 | 0 | 1010011 | 1010111 | 101001 | 10 | 1001100 | 100001 |
Color Harmonies of #961914
Complementary color
Monochromatic Colors of #961914
Black with #961914
Text Example
Text Example
White with #961914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961914; }
p { color: rgb(150,25,20); }
H1.HeaderClassName
{
color: #961914;
}
.AnyTagClassName
{
color: #961914;
}
</style>
background-color css
<style>
a { background-color: #961914; }
a { background-color: rgb(150,25,20); }
div.DivClassName
{
background-color: #961914;
}
.BgClassName
{
background-color: #961914;
}
</style>
border-color css
<style>
span { border-color: #961914; }
span { border-color: rgb(150,25,20); }
td.TdClassName
{
border-color: #961914;
}
.TagClassName
{
border-color: #961914;
}
</style>