Shades of Mandarian Orange #88261C
Tints of Mandarian Orange #88261C
RGB
CMYK
RGB Variations
Color information
#88261C (or 0x88261C) is known color: Mandarian Orange. HEX triplet: 88, 26 and 1C. RGB value is (136,38,28). Sum of RGB (Red+Green+Blue) = 136+38+28=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88261C is #77D9E3. Grayscale: #424242. Windows color (decimal): -7854564 or 1844872. OLE color: 1844872.
HSL color Cylindrical-coordinate representation of color #88261C: hue angle of 5.56º degrees, saturation: 0.66, 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 #88261C is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 28 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.47 |
| HSL | 5.56º | 0.66% | 0.32% | - |
| HSV(B) | 5.56º | 0.79% | 0.53% | - |
| XYZ | 11.06 | 6.7 | 1.81 | - |
| YUV | 66.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 28 | 0 | 0.72 | 0.79 | 0.47 | 5.56 | 0.66 | 0.32 |
| Hex | 88 | 26 | 1C | 0 | 48 | 4F | 2F | 6 | 42 | 20 |
| Octal | 210 | 46 | 34 | 0 | 110 | 117 | 57 | 6 | 102 | 40 |
| Binary | 10001000 | 100110 | 11100 | 0 | 1001000 | 1001111 | 101111 | 110 | 1000010 | 100000 |
Color Harmonies of #88261C
Complementary color
Monochromatic Colors of #88261C
Black with #88261C
Text Example
Text Example
White with #88261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88261C; }
p { color: rgb(136,38,28); }
H1.HeaderClassName
{
color: #88261C;
}
.AnyTagClassName
{
color: #88261C;
}
</style>
background-color css
<style>
a { background-color: #88261C; }
a { background-color: rgb(136,38,28); }
div.DivClassName
{
background-color: #88261C;
}
.BgClassName
{
background-color: #88261C;
}
</style>
border-color css
<style>
span { border-color: #88261C; }
span { border-color: rgb(136,38,28); }
td.TdClassName
{
border-color: #88261C;
}
.TagClassName
{
border-color: #88261C;
}
</style>