Shades of Mandarian Orange #961B1A
Tints of Mandarian Orange #961B1A
RGB
CMYK
RGB Variations
Color information
#961B1A (or 0x961B1A) is known color: Mandarian Orange. HEX triplet: 96, 1B and 1A. RGB value is (150,27,26). Sum of RGB (Red+Green+Blue) = 150+27+26=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B1A is #69E4E5. Grayscale: #3F3F3F. Windows color (decimal): -6939878 or 1710998. OLE color: 1710998.
HSL color Cylindrical-coordinate representation of color #961B1A: hue angle of 0.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961B1A is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 26 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.41 |
| HSL | 0.48º | 0.7% | 0.35% | - |
| HSV(B) | 0.48º | 0.83% | 0.59% | - |
| XYZ | 13.16 | 7.34 | 1.7 | - |
| YUV | 63.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 26 | 0 | 0.82 | 0.83 | 0.41 | 0.48 | 0.7 | 0.35 |
| Hex | 96 | 1B | 1A | 0 | 52 | 53 | 29 | 0 | 46 | 23 |
| Octal | 226 | 33 | 32 | 0 | 122 | 123 | 51 | 0 | 106 | 43 |
| Binary | 10010110 | 11011 | 11010 | 0 | 1010010 | 1010011 | 101001 | 0 | 1000110 | 100011 |
Color Harmonies of #961B1A
Complementary color
Monochromatic Colors of #961B1A
Black with #961B1A
Text Example
Text Example
White with #961B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B1A; }
p { color: rgb(150,27,26); }
H1.HeaderClassName
{
color: #961B1A;
}
.AnyTagClassName
{
color: #961B1A;
}
</style>
background-color css
<style>
a { background-color: #961B1A; }
a { background-color: rgb(150,27,26); }
div.DivClassName
{
background-color: #961B1A;
}
.BgClassName
{
background-color: #961B1A;
}
</style>
border-color css
<style>
span { border-color: #961B1A; }
span { border-color: rgb(150,27,26); }
td.TdClassName
{
border-color: #961B1A;
}
.TagClassName
{
border-color: #961B1A;
}
</style>