Shades of Mandarian Orange #952215
Tints of Mandarian Orange #952215
RGB
CMYK
RGB Variations
Color information
#952215 (or 0x952215) is known color: Mandarian Orange. HEX triplet: 95, 22 and 15. RGB value is (149,34,21). Sum of RGB (Red+Green+Blue) = 149+34+21=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #952215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952215 is #6ADDEA. Grayscale: #434343. Windows color (decimal): -7003627 or 1385109. OLE color: 1385109.
HSL color Cylindrical-coordinate representation of color #952215: hue angle of 6.09º 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 #952215 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 21 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.42 |
| HSL | 6.09º | 0.75% | 0.33% | - |
| HSV(B) | 6.09º | 0.86% | 0.58% | - |
| XYZ | 13.1 | 7.59 | 1.48 | - |
| YUV | 66.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 21 | 0 | 0.77 | 0.86 | 0.42 | 6.09 | 0.75 | 0.33 |
| Hex | 95 | 22 | 15 | 0 | 4D | 56 | 2A | 6 | 4B | 21 |
| Octal | 225 | 42 | 25 | 0 | 115 | 126 | 52 | 6 | 113 | 41 |
| Binary | 10010101 | 100010 | 10101 | 0 | 1001101 | 1010110 | 101010 | 110 | 1001011 | 100001 |
Color Harmonies of #952215
Complementary color
Monochromatic Colors of #952215
Black with #952215
Text Example
Text Example
White with #952215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952215; }
p { color: rgb(149,34,21); }
H1.HeaderClassName
{
color: #952215;
}
.AnyTagClassName
{
color: #952215;
}
</style>
background-color css
<style>
a { background-color: #952215; }
a { background-color: rgb(149,34,21); }
div.DivClassName
{
background-color: #952215;
}
.BgClassName
{
background-color: #952215;
}
</style>
border-color css
<style>
span { border-color: #952215; }
span { border-color: rgb(149,34,21); }
td.TdClassName
{
border-color: #952215;
}
.TagClassName
{
border-color: #952215;
}
</style>