Shades of Mandarian Orange #87251D
Tints of Mandarian Orange #87251D
RGB
CMYK
RGB Variations
Color information
#87251D (or 0x87251D) is known color: Mandarian Orange. HEX triplet: 87, 25 and 1D. RGB value is (135,37,29). Sum of RGB (Red+Green+Blue) = 135+37+29=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87251D is #78DAE2. Grayscale: #414141. Windows color (decimal): -7920355 or 1910151. OLE color: 1910151.
HSL color Cylindrical-coordinate representation of color #87251D: hue angle of 4.53º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87251D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 29 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.47 |
| HSL | 4.53º | 0.65% | 0.32% | - |
| HSV(B) | 4.53º | 0.79% | 0.53% | - |
| XYZ | 10.88 | 6.56 | 1.86 | - |
| YUV | 65.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 29 | 0 | 0.73 | 0.79 | 0.47 | 4.53 | 0.65 | 0.32 |
| Hex | 87 | 25 | 1D | 0 | 49 | 4F | 2F | 5 | 41 | 20 |
| Octal | 207 | 45 | 35 | 0 | 111 | 117 | 57 | 5 | 101 | 40 |
| Binary | 10000111 | 100101 | 11101 | 0 | 1001001 | 1001111 | 101111 | 101 | 1000001 | 100000 |
Color Harmonies of #87251D
Complementary color
Monochromatic Colors of #87251D
Black with #87251D
Text Example
Text Example
White with #87251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87251D; }
p { color: rgb(135,37,29); }
H1.HeaderClassName
{
color: #87251D;
}
.AnyTagClassName
{
color: #87251D;
}
</style>
background-color css
<style>
a { background-color: #87251D; }
a { background-color: rgb(135,37,29); }
div.DivClassName
{
background-color: #87251D;
}
.BgClassName
{
background-color: #87251D;
}
</style>
border-color css
<style>
span { border-color: #87251D; }
span { border-color: rgb(135,37,29); }
td.TdClassName
{
border-color: #87251D;
}
.TagClassName
{
border-color: #87251D;
}
</style>