Shades of Mandarian Orange #8D2523
Tints of Mandarian Orange #8D2523
RGB
CMYK
RGB Variations
Color information
#8D2523 (or 0x8D2523) is known color: Mandarian Orange. HEX triplet: 8D, 25 and 23. RGB value is (141,37,35). Sum of RGB (Red+Green+Blue) = 141+37+35=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2523 is #72DADC. Grayscale: #434343. Windows color (decimal): -7527133 or 2303373. OLE color: 2303373.
HSL color Cylindrical-coordinate representation of color #8D2523: hue angle of 1.13º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2523 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 35 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.45 |
| HSL | 1.13º | 0.6% | 0.35% | - |
| HSV(B) | 1.13º | 0.75% | 0.55% | - |
| XYZ | 11.95 | 7.11 | 2.33 | - |
| YUV | 67.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 35 | 0 | 0.74 | 0.75 | 0.45 | 1.13 | 0.6 | 0.35 |
| Hex | 8D | 25 | 23 | 0 | 4A | 4B | 2D | 1 | 3C | 23 |
| Octal | 215 | 45 | 43 | 0 | 112 | 113 | 55 | 1 | 74 | 43 |
| Binary | 10001101 | 100101 | 100011 | 0 | 1001010 | 1001011 | 101101 | 1 | 111100 | 100011 |
Color Harmonies of #8D2523
Complementary color
Monochromatic Colors of #8D2523
Black with #8D2523
Text Example
Text Example
White with #8D2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2523; }
p { color: rgb(141,37,35); }
H1.HeaderClassName
{
color: #8D2523;
}
.AnyTagClassName
{
color: #8D2523;
}
</style>
background-color css
<style>
a { background-color: #8D2523; }
a { background-color: rgb(141,37,35); }
div.DivClassName
{
background-color: #8D2523;
}
.BgClassName
{
background-color: #8D2523;
}
</style>
border-color css
<style>
span { border-color: #8D2523; }
span { border-color: rgb(141,37,35); }
td.TdClassName
{
border-color: #8D2523;
}
.TagClassName
{
border-color: #8D2523;
}
</style>