Shades of Mandarian Orange #952113
Tints of Mandarian Orange #952113
RGB
CMYK
RGB Variations
Color information
#952113 (or 0x952113) is known color: Mandarian Orange. HEX triplet: 95, 21 and 13. RGB value is (149,33,19). Sum of RGB (Red+Green+Blue) = 149+33+19=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952113 is #6ADEEC. Grayscale: #424242. Windows color (decimal): -7003885 or 1253781. OLE color: 1253781.
HSL color Cylindrical-coordinate representation of color #952113: hue angle of 6.46º 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 #952113 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 19 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.42 |
| HSL | 6.46º | 0.77% | 0.33% | - |
| HSV(B) | 6.46º | 0.87% | 0.58% | - |
| XYZ | 13.06 | 7.52 | 1.38 | - |
| YUV | 66.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 19 | 0 | 0.78 | 0.87 | 0.42 | 6.46 | 0.77 | 0.33 |
| Hex | 95 | 21 | 13 | 0 | 4E | 57 | 2A | 6 | 4D | 21 |
| Octal | 225 | 41 | 23 | 0 | 116 | 127 | 52 | 6 | 115 | 41 |
| Binary | 10010101 | 100001 | 10011 | 0 | 1001110 | 1010111 | 101010 | 110 | 1001101 | 100001 |
Color Harmonies of #952113
Complementary color
Monochromatic Colors of #952113
Black with #952113
Text Example
Text Example
White with #952113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952113; }
p { color: rgb(149,33,19); }
H1.HeaderClassName
{
color: #952113;
}
.AnyTagClassName
{
color: #952113;
}
</style>
background-color css
<style>
a { background-color: #952113; }
a { background-color: rgb(149,33,19); }
div.DivClassName
{
background-color: #952113;
}
.BgClassName
{
background-color: #952113;
}
</style>
border-color css
<style>
span { border-color: #952113; }
span { border-color: rgb(149,33,19); }
td.TdClassName
{
border-color: #952113;
}
.TagClassName
{
border-color: #952113;
}
</style>