Shades of Mandarian Orange #951E11
Tints of Mandarian Orange #951E11
RGB
CMYK
RGB Variations
Color information
#951E11 (or 0x951E11) is known color: Mandarian Orange. HEX triplet: 95, 1E and 11. RGB value is (149,30,17). Sum of RGB (Red+Green+Blue) = 149+30+17=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #951E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E11 is #6AE1EE. Grayscale: #404040. Windows color (decimal): -7004655 or 1121941. OLE color: 1121941.
HSL color Cylindrical-coordinate representation of color #951E11: hue angle of 5.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951E11 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 17 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.42 |
| HSL | 5.91º | 0.8% | 0.33% | - |
| HSV(B) | 5.91º | 0.89% | 0.58% | - |
| XYZ | 12.96 | 7.36 | 1.27 | - |
| YUV | 64.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 17 | 0 | 0.80 | 0.89 | 0.42 | 5.91 | 0.8 | 0.33 |
| Hex | 95 | 1E | 11 | 0 | 50 | 59 | 2A | 6 | 50 | 21 |
| Octal | 225 | 36 | 21 | 0 | 120 | 131 | 52 | 6 | 120 | 41 |
| Binary | 10010101 | 11110 | 10001 | 0 | 1010000 | 1011001 | 101010 | 110 | 1010000 | 100001 |
Color Harmonies of #951E11
Complementary color
Monochromatic Colors of #951E11
Black with #951E11
Text Example
Text Example
White with #951E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E11; }
p { color: rgb(149,30,17); }
H1.HeaderClassName
{
color: #951E11;
}
.AnyTagClassName
{
color: #951E11;
}
</style>
background-color css
<style>
a { background-color: #951E11; }
a { background-color: rgb(149,30,17); }
div.DivClassName
{
background-color: #951E11;
}
.BgClassName
{
background-color: #951E11;
}
</style>
border-color css
<style>
span { border-color: #951E11; }
span { border-color: rgb(149,30,17); }
td.TdClassName
{
border-color: #951E11;
}
.TagClassName
{
border-color: #951E11;
}
</style>