Shades of Mandarian Orange #8D2625
Tints of Mandarian Orange #8D2625
RGB
CMYK
RGB Variations
Color information
#8D2625 (or 0x8D2625) is known color: Mandarian Orange. HEX triplet: 8D, 26 and 25. RGB value is (141,38,37). Sum of RGB (Red+Green+Blue) = 141+38+37=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2625 is #72D9DA. Grayscale: #444444. Windows color (decimal): -7526875 or 2434701. OLE color: 2434701.
HSL color Cylindrical-coordinate representation of color #8D2625: hue angle of 0.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2625 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 37 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.45 |
| HSL | 0.58º | 0.58% | 0.35% | - |
| HSV(B) | 0.58º | 0.74% | 0.55% | - |
| XYZ | 12.01 | 7.18 | 2.5 | - |
| YUV | 68.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 37 | 0 | 0.73 | 0.74 | 0.45 | 0.58 | 0.58 | 0.35 |
| Hex | 8D | 26 | 25 | 0 | 49 | 4A | 2D | 1 | 3A | 23 |
| Octal | 215 | 46 | 45 | 0 | 111 | 112 | 55 | 1 | 72 | 43 |
| Binary | 10001101 | 100110 | 100101 | 0 | 1001001 | 1001010 | 101101 | 1 | 111010 | 100011 |
Color Harmonies of #8D2625
Complementary color
Monochromatic Colors of #8D2625
Black with #8D2625
Text Example
Text Example
White with #8D2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2625; }
p { color: rgb(141,38,37); }
H1.HeaderClassName
{
color: #8D2625;
}
.AnyTagClassName
{
color: #8D2625;
}
</style>
background-color css
<style>
a { background-color: #8D2625; }
a { background-color: rgb(141,38,37); }
div.DivClassName
{
background-color: #8D2625;
}
.BgClassName
{
background-color: #8D2625;
}
</style>
border-color css
<style>
span { border-color: #8D2625; }
span { border-color: rgb(141,38,37); }
td.TdClassName
{
border-color: #8D2625;
}
.TagClassName
{
border-color: #8D2625;
}
</style>