Shades of Mandarian Orange #8D2219
Tints of Mandarian Orange #8D2219
RGB
CMYK
RGB Variations
Color information
#8D2219 (or 0x8D2219) is known color: Mandarian Orange. HEX triplet: 8D, 22 and 19. RGB value is (141,34,25). Sum of RGB (Red+Green+Blue) = 141+34+25=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2219 is #72DDE6. Grayscale: #414141. Windows color (decimal): -7527911 or 1647245. OLE color: 1647245.
HSL color Cylindrical-coordinate representation of color #8D2219: hue angle of 4.66º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2219 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 25 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.45 |
| HSL | 4.66º | 0.7% | 0.33% | - |
| HSV(B) | 4.66º | 0.82% | 0.55% | - |
| XYZ | 11.73 | 6.88 | 1.63 | - |
| YUV | 64.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 25 | 0 | 0.76 | 0.82 | 0.45 | 4.66 | 0.7 | 0.33 |
| Hex | 8D | 22 | 19 | 0 | 4C | 52 | 2D | 5 | 46 | 21 |
| Octal | 215 | 42 | 31 | 0 | 114 | 122 | 55 | 5 | 106 | 41 |
| Binary | 10001101 | 100010 | 11001 | 0 | 1001100 | 1010010 | 101101 | 101 | 1000110 | 100001 |
Color Harmonies of #8D2219
Complementary color
Monochromatic Colors of #8D2219
Black with #8D2219
Text Example
Text Example
White with #8D2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2219; }
p { color: rgb(141,34,25); }
H1.HeaderClassName
{
color: #8D2219;
}
.AnyTagClassName
{
color: #8D2219;
}
</style>
background-color css
<style>
a { background-color: #8D2219; }
a { background-color: rgb(141,34,25); }
div.DivClassName
{
background-color: #8D2219;
}
.BgClassName
{
background-color: #8D2219;
}
</style>
border-color css
<style>
span { border-color: #8D2219; }
span { border-color: rgb(141,34,25); }
td.TdClassName
{
border-color: #8D2219;
}
.TagClassName
{
border-color: #8D2219;
}
</style>