Shades of Mandarian Orange #962823
Tints of Mandarian Orange #962823
RGB
CMYK
RGB Variations
Color information
#962823 (or 0x962823) is known color: Mandarian Orange. HEX triplet: 96, 28 and 23. RGB value is (150,40,35). Sum of RGB (Red+Green+Blue) = 150+40+35=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #962823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962823 is #69D7DC. Grayscale: #484848. Windows color (decimal): -6936541 or 2304150. OLE color: 2304150.
HSL color Cylindrical-coordinate representation of color #962823: hue angle of 2.61º degrees, saturation: 0.62, 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 #962823 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 35 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.41 |
| HSL | 2.61º | 0.62% | 0.36% | - |
| HSV(B) | 2.61º | 0.77% | 0.59% | - |
| XYZ | 13.64 | 8.12 | 2.44 | - |
| YUV | 72.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 35 | 0 | 0.73 | 0.77 | 0.41 | 2.61 | 0.62 | 0.36 |
| Hex | 96 | 28 | 23 | 0 | 49 | 4D | 29 | 3 | 3E | 24 |
| Octal | 226 | 50 | 43 | 0 | 111 | 115 | 51 | 3 | 76 | 44 |
| Binary | 10010110 | 101000 | 100011 | 0 | 1001001 | 1001101 | 101001 | 11 | 111110 | 100100 |
Color Harmonies of #962823
Complementary color
Monochromatic Colors of #962823
Black with #962823
Text Example
Text Example
White with #962823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962823; }
p { color: rgb(150,40,35); }
H1.HeaderClassName
{
color: #962823;
}
.AnyTagClassName
{
color: #962823;
}
</style>
background-color css
<style>
a { background-color: #962823; }
a { background-color: rgb(150,40,35); }
div.DivClassName
{
background-color: #962823;
}
.BgClassName
{
background-color: #962823;
}
</style>
border-color css
<style>
span { border-color: #962823; }
span { border-color: rgb(150,40,35); }
td.TdClassName
{
border-color: #962823;
}
.TagClassName
{
border-color: #962823;
}
</style>