Shades of Mandarian Orange #8D2A28
Tints of Mandarian Orange #8D2A28
RGB
CMYK
RGB Variations
Color information
#8D2A28 (or 0x8D2A28) is known color: Mandarian Orange. HEX triplet: 8D, 2A and 28. RGB value is (141,42,40). Sum of RGB (Red+Green+Blue) = 141+42+40=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2A28 is #72D5D7. Grayscale: #474747. Windows color (decimal): -7525848 or 2632333. OLE color: 2632333.
HSL color Cylindrical-coordinate representation of color #8D2A28: hue angle of 1.19º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2A28 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 42 | 40 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.45 |
| HSL | 1.19º | 0.56% | 0.35% | - |
| HSV(B) | 1.19º | 0.72% | 0.55% | - |
| XYZ | 12.2 | 7.47 | 2.81 | - |
| YUV | 71.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 40 | 0 | 0.70 | 0.72 | 0.45 | 1.19 | 0.56 | 0.35 |
| Hex | 8D | 2A | 28 | 0 | 46 | 48 | 2D | 1 | 38 | 23 |
| Octal | 215 | 52 | 50 | 0 | 106 | 110 | 55 | 1 | 70 | 43 |
| Binary | 10001101 | 101010 | 101000 | 0 | 1000110 | 1001000 | 101101 | 1 | 111000 | 100011 |
Color Harmonies of #8D2A28
Complementary color
Monochromatic Colors of #8D2A28
Black with #8D2A28
Text Example
Text Example
White with #8D2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2A28; }
p { color: rgb(141,42,40); }
H1.HeaderClassName
{
color: #8D2A28;
}
.AnyTagClassName
{
color: #8D2A28;
}
</style>
background-color css
<style>
a { background-color: #8D2A28; }
a { background-color: rgb(141,42,40); }
div.DivClassName
{
background-color: #8D2A28;
}
.BgClassName
{
background-color: #8D2A28;
}
</style>
border-color css
<style>
span { border-color: #8D2A28; }
span { border-color: rgb(141,42,40); }
td.TdClassName
{
border-color: #8D2A28;
}
.TagClassName
{
border-color: #8D2A28;
}
</style>