Shades of Mandarian Orange #8D2823
Tints of Mandarian Orange #8D2823
RGB
CMYK
RGB Variations
Color information
#8D2823 (or 0x8D2823) is known color: Mandarian Orange. HEX triplet: 8D, 28 and 23. RGB value is (141,40,35). Sum of RGB (Red+Green+Blue) = 141+40+35=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2823 is #72D7DC. Grayscale: #454545. Windows color (decimal): -7526365 or 2304141. OLE color: 2304141.
HSL color Cylindrical-coordinate representation of color #8D2823: hue angle of 2.83º 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 #8D2823 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 35 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.45 |
| HSL | 2.83º | 0.6% | 0.35% | - |
| HSV(B) | 2.83º | 0.75% | 0.55% | - |
| XYZ | 12.05 | 7.3 | 2.36 | - |
| YUV | 69.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 35 | 0 | 0.72 | 0.75 | 0.45 | 2.83 | 0.6 | 0.35 |
| Hex | 8D | 28 | 23 | 0 | 48 | 4B | 2D | 3 | 3C | 23 |
| Octal | 215 | 50 | 43 | 0 | 110 | 113 | 55 | 3 | 74 | 43 |
| Binary | 10001101 | 101000 | 100011 | 0 | 1001000 | 1001011 | 101101 | 11 | 111100 | 100011 |
Color Harmonies of #8D2823
Complementary color
Monochromatic Colors of #8D2823
Black with #8D2823
Text Example
Text Example
White with #8D2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2823; }
p { color: rgb(141,40,35); }
H1.HeaderClassName
{
color: #8D2823;
}
.AnyTagClassName
{
color: #8D2823;
}
</style>
background-color css
<style>
a { background-color: #8D2823; }
a { background-color: rgb(141,40,35); }
div.DivClassName
{
background-color: #8D2823;
}
.BgClassName
{
background-color: #8D2823;
}
</style>
border-color css
<style>
span { border-color: #8D2823; }
span { border-color: rgb(141,40,35); }
td.TdClassName
{
border-color: #8D2823;
}
.TagClassName
{
border-color: #8D2823;
}
</style>