Shades of Mandarian Orange #961D12
Tints of Mandarian Orange #961D12
RGB
CMYK
RGB Variations
Color information
#961D12 (or 0x961D12) is known color: Mandarian Orange. HEX triplet: 96, 1D and 12. RGB value is (150,29,18). Sum of RGB (Red+Green+Blue) = 150+29+18=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #961D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D12 is #69E2ED. Grayscale: #404040. Windows color (decimal): -6939374 or 1187222. OLE color: 1187222.
HSL color Cylindrical-coordinate representation of color #961D12: hue angle of 5º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961D12 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 18 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.41 |
| HSL | 5º | 0.79% | 0.33% | - |
| HSV(B) | 5º | 0.88% | 0.59% | - |
| XYZ | 13.13 | 7.41 | 1.31 | - |
| YUV | 63.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 18 | 0 | 0.81 | 0.88 | 0.41 | 5 | 0.79 | 0.33 |
| Hex | 96 | 1D | 12 | 0 | 51 | 58 | 29 | 5 | 4F | 21 |
| Octal | 226 | 35 | 22 | 0 | 121 | 130 | 51 | 5 | 117 | 41 |
| Binary | 10010110 | 11101 | 10010 | 0 | 1010001 | 1011000 | 101001 | 101 | 1001111 | 100001 |
Color Harmonies of #961D12
Complementary color
Monochromatic Colors of #961D12
Black with #961D12
Text Example
Text Example
White with #961D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D12; }
p { color: rgb(150,29,18); }
H1.HeaderClassName
{
color: #961D12;
}
.AnyTagClassName
{
color: #961D12;
}
</style>
background-color css
<style>
a { background-color: #961D12; }
a { background-color: rgb(150,29,18); }
div.DivClassName
{
background-color: #961D12;
}
.BgClassName
{
background-color: #961D12;
}
</style>
border-color css
<style>
span { border-color: #961D12; }
span { border-color: rgb(150,29,18); }
td.TdClassName
{
border-color: #961D12;
}
.TagClassName
{
border-color: #961D12;
}
</style>