Shades of Mandarian Orange #951D17
Tints of Mandarian Orange #951D17
RGB
CMYK
RGB Variations
Color information
#951D17 (or 0x951D17) is known color: Mandarian Orange. HEX triplet: 95, 1D and 17. RGB value is (149,29,23). Sum of RGB (Red+Green+Blue) = 149+29+23=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D17 is #6AE2E8. Grayscale: #404040. Windows color (decimal): -7004905 or 1514901. OLE color: 1514901.
HSL color Cylindrical-coordinate representation of color #951D17: hue angle of 2.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951D17 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 23 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.42 |
| HSL | 2.86º | 0.73% | 0.34% | - |
| HSV(B) | 2.86º | 0.85% | 0.58% | - |
| XYZ | 12.99 | 7.33 | 1.54 | - |
| YUV | 64.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 23 | 0 | 0.81 | 0.85 | 0.42 | 2.86 | 0.73 | 0.34 |
| Hex | 95 | 1D | 17 | 0 | 51 | 55 | 2A | 3 | 49 | 22 |
| Octal | 225 | 35 | 27 | 0 | 121 | 125 | 52 | 3 | 111 | 42 |
| Binary | 10010101 | 11101 | 10111 | 0 | 1010001 | 1010101 | 101010 | 11 | 1001001 | 100010 |
Color Harmonies of #951D17
Complementary color
Monochromatic Colors of #951D17
Black with #951D17
Text Example
Text Example
White with #951D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D17; }
p { color: rgb(149,29,23); }
H1.HeaderClassName
{
color: #951D17;
}
.AnyTagClassName
{
color: #951D17;
}
</style>
background-color css
<style>
a { background-color: #951D17; }
a { background-color: rgb(149,29,23); }
div.DivClassName
{
background-color: #951D17;
}
.BgClassName
{
background-color: #951D17;
}
</style>
border-color css
<style>
span { border-color: #951D17; }
span { border-color: rgb(149,29,23); }
td.TdClassName
{
border-color: #951D17;
}
.TagClassName
{
border-color: #951D17;
}
</style>