Shades of Mandarian Orange #962822
Tints of Mandarian Orange #962822
RGB
CMYK
RGB Variations
Color information
#962822 (or 0x962822) is known color: Mandarian Orange. HEX triplet: 96, 28 and 22. RGB value is (150,40,34). Sum of RGB (Red+Green+Blue) = 150+40+34=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962822 is #69D7DD. Grayscale: #484848. Windows color (decimal): -6936542 or 2238614. OLE color: 2238614.
HSL color Cylindrical-coordinate representation of color #962822: hue angle of 3.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962822 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 34 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.41 |
| HSL | 3.1º | 0.63% | 0.36% | - |
| HSV(B) | 3.1º | 0.77% | 0.59% | - |
| XYZ | 13.63 | 8.12 | 2.36 | - |
| YUV | 72.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 34 | 0 | 0.73 | 0.77 | 0.41 | 3.1 | 0.63 | 0.36 |
| Hex | 96 | 28 | 22 | 0 | 49 | 4D | 29 | 3 | 3F | 24 |
| Octal | 226 | 50 | 42 | 0 | 111 | 115 | 51 | 3 | 77 | 44 |
| Binary | 10010110 | 101000 | 100010 | 0 | 1001001 | 1001101 | 101001 | 11 | 111111 | 100100 |
Color Harmonies of #962822
Complementary color
Monochromatic Colors of #962822
Black with #962822
Text Example
Text Example
White with #962822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962822; }
p { color: rgb(150,40,34); }
H1.HeaderClassName
{
color: #962822;
}
.AnyTagClassName
{
color: #962822;
}
</style>
background-color css
<style>
a { background-color: #962822; }
a { background-color: rgb(150,40,34); }
div.DivClassName
{
background-color: #962822;
}
.BgClassName
{
background-color: #962822;
}
</style>
border-color css
<style>
span { border-color: #962822; }
span { border-color: rgb(150,40,34); }
td.TdClassName
{
border-color: #962822;
}
.TagClassName
{
border-color: #962822;
}
</style>