Shades of Mandarian Orange #87281D
Tints of Mandarian Orange #87281D
RGB
CMYK
RGB Variations
Color information
#87281D (or 0x87281D) is known color: Mandarian Orange. HEX triplet: 87, 28 and 1D. RGB value is (135,40,29). Sum of RGB (Red+Green+Blue) = 135+40+29=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87281D is #78D7E2. Grayscale: #434343. Windows color (decimal): -7919587 or 1910919. OLE color: 1910919.
HSL color Cylindrical-coordinate representation of color #87281D: hue angle of 6.23º 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 #87281D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 29 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.47 |
| HSL | 6.23º | 0.65% | 0.32% | - |
| HSV(B) | 6.23º | 0.79% | 0.53% | - |
| XYZ | 10.97 | 6.76 | 1.89 | - |
| YUV | 67.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 29 | 0 | 0.70 | 0.79 | 0.47 | 6.23 | 0.65 | 0.32 |
| Hex | 87 | 28 | 1D | 0 | 46 | 4F | 2F | 6 | 41 | 20 |
| Octal | 207 | 50 | 35 | 0 | 106 | 117 | 57 | 6 | 101 | 40 |
| Binary | 10000111 | 101000 | 11101 | 0 | 1000110 | 1001111 | 101111 | 110 | 1000001 | 100000 |
Color Harmonies of #87281D
Complementary color
Monochromatic Colors of #87281D
Black with #87281D
Text Example
Text Example
White with #87281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87281D; }
p { color: rgb(135,40,29); }
H1.HeaderClassName
{
color: #87281D;
}
.AnyTagClassName
{
color: #87281D;
}
</style>
background-color css
<style>
a { background-color: #87281D; }
a { background-color: rgb(135,40,29); }
div.DivClassName
{
background-color: #87281D;
}
.BgClassName
{
background-color: #87281D;
}
</style>
border-color css
<style>
span { border-color: #87281D; }
span { border-color: rgb(135,40,29); }
td.TdClassName
{
border-color: #87281D;
}
.TagClassName
{
border-color: #87281D;
}
</style>