Shades of Mandarian Orange #962C27
Tints of Mandarian Orange #962C27
RGB
CMYK
RGB Variations
Color information
#962C27 (or 0x962C27) is known color: Mandarian Orange. HEX triplet: 96, 2C and 27. RGB value is (150,44,39). Sum of RGB (Red+Green+Blue) = 150+44+39=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #962C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C27 is #69D3D8. Grayscale: #4B4B4B. Windows color (decimal): -6935513 or 2567318. OLE color: 2567318.
HSL color Cylindrical-coordinate representation of color #962C27: hue angle of 2.7º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962C27 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 39 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.41 |
| HSL | 2.7º | 0.59% | 0.37% | - |
| HSV(B) | 2.7º | 0.74% | 0.59% | - |
| XYZ | 13.84 | 8.43 | 2.82 | - |
| YUV | 75.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 39 | 0 | 0.71 | 0.74 | 0.41 | 2.7 | 0.59 | 0.37 |
| Hex | 96 | 2C | 27 | 0 | 47 | 4A | 29 | 3 | 3B | 25 |
| Octal | 226 | 54 | 47 | 0 | 107 | 112 | 51 | 3 | 73 | 45 |
| Binary | 10010110 | 101100 | 100111 | 0 | 1000111 | 1001010 | 101001 | 11 | 111011 | 100101 |
Color Harmonies of #962C27
Complementary color
Monochromatic Colors of #962C27
Black with #962C27
Text Example
Text Example
White with #962C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C27; }
p { color: rgb(150,44,39); }
H1.HeaderClassName
{
color: #962C27;
}
.AnyTagClassName
{
color: #962C27;
}
</style>
background-color css
<style>
a { background-color: #962C27; }
a { background-color: rgb(150,44,39); }
div.DivClassName
{
background-color: #962C27;
}
.BgClassName
{
background-color: #962C27;
}
</style>
border-color css
<style>
span { border-color: #962C27; }
span { border-color: rgb(150,44,39); }
td.TdClassName
{
border-color: #962C27;
}
.TagClassName
{
border-color: #962C27;
}
</style>