Shades of Mandarian Orange #87261A
Tints of Mandarian Orange #87261A
RGB
CMYK
RGB Variations
Color information
#87261A (or 0x87261A) is known color: Mandarian Orange. HEX triplet: 87, 26 and 1A. RGB value is (135,38,26). Sum of RGB (Red+Green+Blue) = 135+38+26=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87261A is #78D9E5. Grayscale: #414141. Windows color (decimal): -7920102 or 1713799. OLE color: 1713799.
HSL color Cylindrical-coordinate representation of color #87261A: hue angle of 6.61º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87261A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 26 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.47 |
| HSL | 6.61º | 0.68% | 0.32% | - |
| HSV(B) | 6.61º | 0.81% | 0.53% | - |
| XYZ | 10.87 | 6.61 | 1.68 | - |
| YUV | 65.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 26 | 0 | 0.72 | 0.81 | 0.47 | 6.61 | 0.68 | 0.32 |
| Hex | 87 | 26 | 1A | 0 | 48 | 51 | 2F | 7 | 44 | 20 |
| Octal | 207 | 46 | 32 | 0 | 110 | 121 | 57 | 7 | 104 | 40 |
| Binary | 10000111 | 100110 | 11010 | 0 | 1001000 | 1010001 | 101111 | 111 | 1000100 | 100000 |
Color Harmonies of #87261A
Complementary color
Monochromatic Colors of #87261A
Black with #87261A
Text Example
Text Example
White with #87261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87261A; }
p { color: rgb(135,38,26); }
H1.HeaderClassName
{
color: #87261A;
}
.AnyTagClassName
{
color: #87261A;
}
</style>
background-color css
<style>
a { background-color: #87261A; }
a { background-color: rgb(135,38,26); }
div.DivClassName
{
background-color: #87261A;
}
.BgClassName
{
background-color: #87261A;
}
</style>
border-color css
<style>
span { border-color: #87261A; }
span { border-color: rgb(135,38,26); }
td.TdClassName
{
border-color: #87261A;
}
.TagClassName
{
border-color: #87261A;
}
</style>