Shades of Mandarian Orange #952114
Tints of Mandarian Orange #952114
RGB
CMYK
RGB Variations
Color information
#952114 (or 0x952114) is known color: Mandarian Orange. HEX triplet: 95, 21 and 14. RGB value is (149,33,20). Sum of RGB (Red+Green+Blue) = 149+33+20=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952114 is #6ADEEB. Grayscale: #424242. Windows color (decimal): -7003884 or 1319317. OLE color: 1319317.
HSL color Cylindrical-coordinate representation of color #952114: hue angle of 6.05º degrees, saturation: 0.76, 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 #952114 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 20 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.42 |
| HSL | 6.05º | 0.76% | 0.33% | - |
| HSV(B) | 6.05º | 0.87% | 0.58% | - |
| XYZ | 13.06 | 7.53 | 1.43 | - |
| YUV | 66.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 20 | 0 | 0.78 | 0.87 | 0.42 | 6.05 | 0.76 | 0.33 |
| Hex | 95 | 21 | 14 | 0 | 4E | 57 | 2A | 6 | 4C | 21 |
| Octal | 225 | 41 | 24 | 0 | 116 | 127 | 52 | 6 | 114 | 41 |
| Binary | 10010101 | 100001 | 10100 | 0 | 1001110 | 1010111 | 101010 | 110 | 1001100 | 100001 |
Color Harmonies of #952114
Complementary color
Monochromatic Colors of #952114
Black with #952114
Text Example
Text Example
White with #952114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952114; }
p { color: rgb(149,33,20); }
H1.HeaderClassName
{
color: #952114;
}
.AnyTagClassName
{
color: #952114;
}
</style>
background-color css
<style>
a { background-color: #952114; }
a { background-color: rgb(149,33,20); }
div.DivClassName
{
background-color: #952114;
}
.BgClassName
{
background-color: #952114;
}
</style>
border-color css
<style>
span { border-color: #952114; }
span { border-color: rgb(149,33,20); }
td.TdClassName
{
border-color: #952114;
}
.TagClassName
{
border-color: #952114;
}
</style>