Shades of Mandarian Orange #8D2926
Tints of Mandarian Orange #8D2926
RGB
CMYK
RGB Variations
Color information
#8D2926 (or 0x8D2926) is known color: Mandarian Orange. HEX triplet: 8D, 29 and 26. RGB value is (141,41,38). Sum of RGB (Red+Green+Blue) = 141+41+38=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2926 is #72D6D9. Grayscale: #464646. Windows color (decimal): -7526106 or 2501005. OLE color: 2501005.
HSL color Cylindrical-coordinate representation of color #8D2926: hue angle of 1.75º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2926 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 38 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.45 |
| HSL | 1.75º | 0.58% | 0.35% | - |
| HSV(B) | 1.75º | 0.73% | 0.55% | - |
| XYZ | 12.13 | 7.39 | 2.62 | - |
| YUV | 70.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 38 | 0 | 0.71 | 0.73 | 0.45 | 1.75 | 0.58 | 0.35 |
| Hex | 8D | 29 | 26 | 0 | 47 | 49 | 2D | 2 | 3A | 23 |
| Octal | 215 | 51 | 46 | 0 | 107 | 111 | 55 | 2 | 72 | 43 |
| Binary | 10001101 | 101001 | 100110 | 0 | 1000111 | 1001001 | 101101 | 10 | 111010 | 100011 |
Color Harmonies of #8D2926
Complementary color
Monochromatic Colors of #8D2926
Black with #8D2926
Text Example
Text Example
White with #8D2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2926; }
p { color: rgb(141,41,38); }
H1.HeaderClassName
{
color: #8D2926;
}
.AnyTagClassName
{
color: #8D2926;
}
</style>
background-color css
<style>
a { background-color: #8D2926; }
a { background-color: rgb(141,41,38); }
div.DivClassName
{
background-color: #8D2926;
}
.BgClassName
{
background-color: #8D2926;
}
</style>
border-color css
<style>
span { border-color: #8D2926; }
span { border-color: rgb(141,41,38); }
td.TdClassName
{
border-color: #8D2926;
}
.TagClassName
{
border-color: #8D2926;
}
</style>