Shades of Mandarian Orange #952423
Tints of Mandarian Orange #952423
RGB
CMYK
RGB Variations
Color information
#952423 (or 0x952423) is known color: Mandarian Orange. HEX triplet: 95, 24 and 23. RGB value is (149,36,35). Sum of RGB (Red+Green+Blue) = 149+36+35=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952423 is #6ADBDC. Grayscale: #454545. Windows color (decimal): -7003101 or 2303125. OLE color: 2303125.
HSL color Cylindrical-coordinate representation of color #952423: hue angle of 0.53º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952423 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 35 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.42 |
| HSL | 0.53º | 0.62% | 0.36% | - |
| HSV(B) | 0.53º | 0.77% | 0.58% | - |
| XYZ | 13.33 | 7.77 | 2.39 | - |
| YUV | 69.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 35 | 0 | 0.76 | 0.77 | 0.42 | 0.53 | 0.62 | 0.36 |
| Hex | 95 | 24 | 23 | 0 | 4C | 4D | 2A | 1 | 3E | 24 |
| Octal | 225 | 44 | 43 | 0 | 114 | 115 | 52 | 1 | 76 | 44 |
| Binary | 10010101 | 100100 | 100011 | 0 | 1001100 | 1001101 | 101010 | 1 | 111110 | 100100 |
Color Harmonies of #952423
Complementary color
Monochromatic Colors of #952423
Black with #952423
Text Example
Text Example
White with #952423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952423; }
p { color: rgb(149,36,35); }
H1.HeaderClassName
{
color: #952423;
}
.AnyTagClassName
{
color: #952423;
}
</style>
background-color css
<style>
a { background-color: #952423; }
a { background-color: rgb(149,36,35); }
div.DivClassName
{
background-color: #952423;
}
.BgClassName
{
background-color: #952423;
}
</style>
border-color css
<style>
span { border-color: #952423; }
span { border-color: rgb(149,36,35); }
td.TdClassName
{
border-color: #952423;
}
.TagClassName
{
border-color: #952423;
}
</style>