Shades of Mandarian Orange #952B27
Tints of Mandarian Orange #952B27
RGB
CMYK
RGB Variations
Color information
#952B27 (or 0x952B27) is known color: Mandarian Orange. HEX triplet: 95, 2B and 27. RGB value is (149,43,39). Sum of RGB (Red+Green+Blue) = 149+43+39=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B27 is #6AD4D8. Grayscale: #4A4A4A. Windows color (decimal): -7001305 or 2567061. OLE color: 2567061.
HSL color Cylindrical-coordinate representation of color #952B27: hue angle of 2.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952B27 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 39 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.42 |
| HSL | 2.18º | 0.59% | 0.37% | - |
| HSV(B) | 2.18º | 0.74% | 0.58% | - |
| XYZ | 13.62 | 8.26 | 2.8 | - |
| YUV | 74.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 39 | 0 | 0.71 | 0.74 | 0.42 | 2.18 | 0.59 | 0.37 |
| Hex | 95 | 2B | 27 | 0 | 47 | 4A | 2A | 2 | 3B | 25 |
| Octal | 225 | 53 | 47 | 0 | 107 | 112 | 52 | 2 | 73 | 45 |
| Binary | 10010101 | 101011 | 100111 | 0 | 1000111 | 1001010 | 101010 | 10 | 111011 | 100101 |
Color Harmonies of #952B27
Complementary color
Monochromatic Colors of #952B27
Black with #952B27
Text Example
Text Example
White with #952B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B27; }
p { color: rgb(149,43,39); }
H1.HeaderClassName
{
color: #952B27;
}
.AnyTagClassName
{
color: #952B27;
}
</style>
background-color css
<style>
a { background-color: #952B27; }
a { background-color: rgb(149,43,39); }
div.DivClassName
{
background-color: #952B27;
}
.BgClassName
{
background-color: #952B27;
}
</style>
border-color css
<style>
span { border-color: #952B27; }
span { border-color: rgb(149,43,39); }
td.TdClassName
{
border-color: #952B27;
}
.TagClassName
{
border-color: #952B27;
}
</style>