Shades of Mandarian Orange #8D271D
Tints of Mandarian Orange #8D271D
RGB
CMYK
RGB Variations
Color information
#8D271D (or 0x8D271D) is known color: Mandarian Orange. HEX triplet: 8D, 27 and 1D. RGB value is (141,39,29). Sum of RGB (Red+Green+Blue) = 141+39+29=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D271D is #72D8E2. Grayscale: #444444. Windows color (decimal): -7526627 or 1910669. OLE color: 1910669.
HSL color Cylindrical-coordinate representation of color #8D271D: hue angle of 5.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D271D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 29 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.45 |
| HSL | 5.36º | 0.66% | 0.33% | - |
| HSV(B) | 5.36º | 0.79% | 0.55% | - |
| XYZ | 11.93 | 7.2 | 1.92 | - |
| YUV | 68.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 29 | 0 | 0.72 | 0.79 | 0.45 | 5.36 | 0.66 | 0.33 |
| Hex | 8D | 27 | 1D | 0 | 48 | 4F | 2D | 5 | 42 | 21 |
| Octal | 215 | 47 | 35 | 0 | 110 | 117 | 55 | 5 | 102 | 41 |
| Binary | 10001101 | 100111 | 11101 | 0 | 1001000 | 1001111 | 101101 | 101 | 1000010 | 100001 |
Color Harmonies of #8D271D
Complementary color
Monochromatic Colors of #8D271D
Black with #8D271D
Text Example
Text Example
White with #8D271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D271D; }
p { color: rgb(141,39,29); }
H1.HeaderClassName
{
color: #8D271D;
}
.AnyTagClassName
{
color: #8D271D;
}
</style>
background-color css
<style>
a { background-color: #8D271D; }
a { background-color: rgb(141,39,29); }
div.DivClassName
{
background-color: #8D271D;
}
.BgClassName
{
background-color: #8D271D;
}
</style>
border-color css
<style>
span { border-color: #8D271D; }
span { border-color: rgb(141,39,29); }
td.TdClassName
{
border-color: #8D271D;
}
.TagClassName
{
border-color: #8D271D;
}
</style>