Shades of Mandarian Orange #951B10
Tints of Mandarian Orange #951B10
RGB
CMYK
RGB Variations
Color information
#951B10 (or 0x951B10) is known color: Mandarian Orange. HEX triplet: 95, 1B and 10. RGB value is (149,27,16). Sum of RGB (Red+Green+Blue) = 149+27+16=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B10 is #6AE4EF. Grayscale: #3E3E3E. Windows color (decimal): -7005424 or 1055637. OLE color: 1055637.
HSL color Cylindrical-coordinate representation of color #951B10: hue angle of 4.96º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951B10 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 16 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.42 |
| HSL | 4.96º | 0.81% | 0.32% | - |
| HSV(B) | 4.96º | 0.89% | 0.58% | - |
| XYZ | 12.88 | 7.21 | 1.2 | - |
| YUV | 62.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 16 | 0 | 0.82 | 0.89 | 0.42 | 4.96 | 0.81 | 0.32 |
| Hex | 95 | 1B | 10 | 0 | 52 | 59 | 2A | 5 | 51 | 20 |
| Octal | 225 | 33 | 20 | 0 | 122 | 131 | 52 | 5 | 121 | 40 |
| Binary | 10010101 | 11011 | 10000 | 0 | 1010010 | 1011001 | 101010 | 101 | 1010001 | 100000 |
Color Harmonies of #951B10
Complementary color
Monochromatic Colors of #951B10
Black with #951B10
Text Example
Text Example
White with #951B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B10; }
p { color: rgb(149,27,16); }
H1.HeaderClassName
{
color: #951B10;
}
.AnyTagClassName
{
color: #951B10;
}
</style>
background-color css
<style>
a { background-color: #951B10; }
a { background-color: rgb(149,27,16); }
div.DivClassName
{
background-color: #951B10;
}
.BgClassName
{
background-color: #951B10;
}
</style>
border-color css
<style>
span { border-color: #951B10; }
span { border-color: rgb(149,27,16); }
td.TdClassName
{
border-color: #951B10;
}
.TagClassName
{
border-color: #951B10;
}
</style>