Shades of Mandarian Orange #951D15
Tints of Mandarian Orange #951D15
RGB
CMYK
RGB Variations
Color information
#951D15 (or 0x951D15) is known color: Mandarian Orange. HEX triplet: 95, 1D and 15. RGB value is (149,29,21). Sum of RGB (Red+Green+Blue) = 149+29+21=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D15 is #6AE2EA. Grayscale: #404040. Windows color (decimal): -7004907 or 1383829. OLE color: 1383829.
HSL color Cylindrical-coordinate representation of color #951D15: hue angle of 3.75º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951D15 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 21 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.42 |
| HSL | 3.75º | 0.75% | 0.33% | - |
| HSV(B) | 3.75º | 0.86% | 0.58% | - |
| XYZ | 12.97 | 7.32 | 1.44 | - |
| YUV | 63.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 21 | 0 | 0.81 | 0.86 | 0.42 | 3.75 | 0.75 | 0.33 |
| Hex | 95 | 1D | 15 | 0 | 51 | 56 | 2A | 4 | 4B | 21 |
| Octal | 225 | 35 | 25 | 0 | 121 | 126 | 52 | 4 | 113 | 41 |
| Binary | 10010101 | 11101 | 10101 | 0 | 1010001 | 1010110 | 101010 | 100 | 1001011 | 100001 |
Color Harmonies of #951D15
Complementary color
Monochromatic Colors of #951D15
Black with #951D15
Text Example
Text Example
White with #951D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D15; }
p { color: rgb(149,29,21); }
H1.HeaderClassName
{
color: #951D15;
}
.AnyTagClassName
{
color: #951D15;
}
</style>
background-color css
<style>
a { background-color: #951D15; }
a { background-color: rgb(149,29,21); }
div.DivClassName
{
background-color: #951D15;
}
.BgClassName
{
background-color: #951D15;
}
</style>
border-color css
<style>
span { border-color: #951D15; }
span { border-color: rgb(149,29,21); }
td.TdClassName
{
border-color: #951D15;
}
.TagClassName
{
border-color: #951D15;
}
</style>