Shades of Mandarian Orange #951F11
Tints of Mandarian Orange #951F11
RGB
CMYK
RGB Variations
Color information
#951F11 (or 0x951F11) is known color: Mandarian Orange. HEX triplet: 95, 1F and 11. RGB value is (149,31,17). Sum of RGB (Red+Green+Blue) = 149+31+17=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F11 is #6AE0EE. Grayscale: #404040. Windows color (decimal): -7004399 or 1122197. OLE color: 1122197.
HSL color Cylindrical-coordinate representation of color #951F11: hue angle of 6.36º 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 #951F11 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 17 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.42 |
| HSL | 6.36º | 0.8% | 0.33% | - |
| HSV(B) | 6.36º | 0.89% | 0.58% | - |
| XYZ | 12.99 | 7.41 | 1.28 | - |
| YUV | 64.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 17 | 0 | 0.79 | 0.89 | 0.42 | 6.36 | 0.8 | 0.33 |
| Hex | 95 | 1F | 11 | 0 | 4F | 59 | 2A | 6 | 50 | 21 |
| Octal | 225 | 37 | 21 | 0 | 117 | 131 | 52 | 6 | 120 | 41 |
| Binary | 10010101 | 11111 | 10001 | 0 | 1001111 | 1011001 | 101010 | 110 | 1010000 | 100001 |
Color Harmonies of #951F11
Complementary color
Monochromatic Colors of #951F11
Black with #951F11
Text Example
Text Example
White with #951F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F11; }
p { color: rgb(149,31,17); }
H1.HeaderClassName
{
color: #951F11;
}
.AnyTagClassName
{
color: #951F11;
}
</style>
background-color css
<style>
a { background-color: #951F11; }
a { background-color: rgb(149,31,17); }
div.DivClassName
{
background-color: #951F11;
}
.BgClassName
{
background-color: #951F11;
}
</style>
border-color css
<style>
span { border-color: #951F11; }
span { border-color: rgb(149,31,17); }
td.TdClassName
{
border-color: #951F11;
}
.TagClassName
{
border-color: #951F11;
}
</style>