Shades of Mandarian Orange #96271C
Tints of Mandarian Orange #96271C
RGB
CMYK
RGB Variations
Color information
#96271C (or 0x96271C) is known color: Mandarian Orange. HEX triplet: 96, 27 and 1C. RGB value is (150,39,28). Sum of RGB (Red+Green+Blue) = 150+39+28=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96271C is #69D8E3. Grayscale: #474747. Windows color (decimal): -6936804 or 1845142. OLE color: 1845142.
HSL color Cylindrical-coordinate representation of color #96271C: hue angle of 5.41º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96271C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 28 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.41 |
| HSL | 5.41º | 0.69% | 0.35% | - |
| HSV(B) | 5.41º | 0.81% | 0.59% | - |
| XYZ | 13.51 | 8.02 | 1.93 | - |
| YUV | 70.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 28 | 0 | 0.74 | 0.81 | 0.41 | 5.41 | 0.69 | 0.35 |
| Hex | 96 | 27 | 1C | 0 | 4A | 51 | 29 | 5 | 45 | 23 |
| Octal | 226 | 47 | 34 | 0 | 112 | 121 | 51 | 5 | 105 | 43 |
| Binary | 10010110 | 100111 | 11100 | 0 | 1001010 | 1010001 | 101001 | 101 | 1000101 | 100011 |
Color Harmonies of #96271C
Complementary color
Monochromatic Colors of #96271C
Black with #96271C
Text Example
Text Example
White with #96271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96271C; }
p { color: rgb(150,39,28); }
H1.HeaderClassName
{
color: #96271C;
}
.AnyTagClassName
{
color: #96271C;
}
</style>
background-color css
<style>
a { background-color: #96271C; }
a { background-color: rgb(150,39,28); }
div.DivClassName
{
background-color: #96271C;
}
.BgClassName
{
background-color: #96271C;
}
</style>
border-color css
<style>
span { border-color: #96271C; }
span { border-color: rgb(150,39,28); }
td.TdClassName
{
border-color: #96271C;
}
.TagClassName
{
border-color: #96271C;
}
</style>