Shades of Mandarian Orange #951D13
Tints of Mandarian Orange #951D13
RGB
CMYK
RGB Variations
Color information
#951D13 (or 0x951D13) is known color: Mandarian Orange. HEX triplet: 95, 1D and 13. RGB value is (149,29,19). Sum of RGB (Red+Green+Blue) = 149+29+19=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D13 is #6AE2EC. Grayscale: #3F3F3F. Windows color (decimal): -7004909 or 1252757. OLE color: 1252757.
HSL color Cylindrical-coordinate representation of color #951D13: hue angle of 4.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951D13 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 19 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.42 |
| HSL | 4.62º | 0.77% | 0.33% | - |
| HSV(B) | 4.62º | 0.87% | 0.58% | - |
| XYZ | 12.95 | 7.32 | 1.35 | - |
| YUV | 63.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 19 | 0 | 0.81 | 0.87 | 0.42 | 4.62 | 0.77 | 0.33 |
| Hex | 95 | 1D | 13 | 0 | 51 | 57 | 2A | 5 | 4D | 21 |
| Octal | 225 | 35 | 23 | 0 | 121 | 127 | 52 | 5 | 115 | 41 |
| Binary | 10010101 | 11101 | 10011 | 0 | 1010001 | 1010111 | 101010 | 101 | 1001101 | 100001 |
Color Harmonies of #951D13
Complementary color
Monochromatic Colors of #951D13
Black with #951D13
Text Example
Text Example
White with #951D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D13; }
p { color: rgb(149,29,19); }
H1.HeaderClassName
{
color: #951D13;
}
.AnyTagClassName
{
color: #951D13;
}
</style>
background-color css
<style>
a { background-color: #951D13; }
a { background-color: rgb(149,29,19); }
div.DivClassName
{
background-color: #951D13;
}
.BgClassName
{
background-color: #951D13;
}
</style>
border-color css
<style>
span { border-color: #951D13; }
span { border-color: rgb(149,29,19); }
td.TdClassName
{
border-color: #951D13;
}
.TagClassName
{
border-color: #951D13;
}
</style>