Shades of Mandarian Orange #952C29
Tints of Mandarian Orange #952C29
RGB
CMYK
RGB Variations
Color information
#952C29 (or 0x952C29) is known color: Mandarian Orange. HEX triplet: 95, 2C and 29. RGB value is (149,44,41). Sum of RGB (Red+Green+Blue) = 149+44+41=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C29 is #6AD3D6. Grayscale: #4B4B4B. Windows color (decimal): -7001047 or 2698389. OLE color: 2698389.
HSL color Cylindrical-coordinate representation of color #952C29: hue angle of 1.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952C29 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 41 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.42 |
| HSL | 1.67º | 0.57% | 0.37% | - |
| HSV(B) | 1.67º | 0.72% | 0.58% | - |
| XYZ | 13.7 | 8.35 | 2.99 | - |
| YUV | 75.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 41 | 0 | 0.70 | 0.72 | 0.42 | 1.67 | 0.57 | 0.37 |
| Hex | 95 | 2C | 29 | 0 | 46 | 48 | 2A | 2 | 39 | 25 |
| Octal | 225 | 54 | 51 | 0 | 106 | 110 | 52 | 2 | 71 | 45 |
| Binary | 10010101 | 101100 | 101001 | 0 | 1000110 | 1001000 | 101010 | 10 | 111001 | 100101 |
Color Harmonies of #952C29
Complementary color
Monochromatic Colors of #952C29
Black with #952C29
Text Example
Text Example
White with #952C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C29; }
p { color: rgb(149,44,41); }
H1.HeaderClassName
{
color: #952C29;
}
.AnyTagClassName
{
color: #952C29;
}
</style>
background-color css
<style>
a { background-color: #952C29; }
a { background-color: rgb(149,44,41); }
div.DivClassName
{
background-color: #952C29;
}
.BgClassName
{
background-color: #952C29;
}
</style>
border-color css
<style>
span { border-color: #952C29; }
span { border-color: rgb(149,44,41); }
td.TdClassName
{
border-color: #952C29;
}
.TagClassName
{
border-color: #952C29;
}
</style>