Shades of Mandarian Orange #8D221B
Tints of Mandarian Orange #8D221B
RGB
CMYK
RGB Variations
Color information
#8D221B (or 0x8D221B) is known color: Mandarian Orange. HEX triplet: 8D, 22 and 1B. RGB value is (141,34,27). Sum of RGB (Red+Green+Blue) = 141+34+27=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D221B is #72DDE4. Grayscale: #414141. Windows color (decimal): -7527909 or 1778317. OLE color: 1778317.
HSL color Cylindrical-coordinate representation of color #8D221B: hue angle of 3.68º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D221B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 27 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.45 |
| HSL | 3.68º | 0.68% | 0.33% | - |
| HSV(B) | 3.68º | 0.81% | 0.55% | - |
| XYZ | 11.75 | 6.89 | 1.75 | - |
| YUV | 65.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 27 | 0 | 0.76 | 0.81 | 0.45 | 3.68 | 0.68 | 0.33 |
| Hex | 8D | 22 | 1B | 0 | 4C | 51 | 2D | 4 | 44 | 21 |
| Octal | 215 | 42 | 33 | 0 | 114 | 121 | 55 | 4 | 104 | 41 |
| Binary | 10001101 | 100010 | 11011 | 0 | 1001100 | 1010001 | 101101 | 100 | 1000100 | 100001 |
Color Harmonies of #8D221B
Complementary color
Monochromatic Colors of #8D221B
Black with #8D221B
Text Example
Text Example
White with #8D221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D221B; }
p { color: rgb(141,34,27); }
H1.HeaderClassName
{
color: #8D221B;
}
.AnyTagClassName
{
color: #8D221B;
}
</style>
background-color css
<style>
a { background-color: #8D221B; }
a { background-color: rgb(141,34,27); }
div.DivClassName
{
background-color: #8D221B;
}
.BgClassName
{
background-color: #8D221B;
}
</style>
border-color css
<style>
span { border-color: #8D221B; }
span { border-color: rgb(141,34,27); }
td.TdClassName
{
border-color: #8D221B;
}
.TagClassName
{
border-color: #8D221B;
}
</style>