Shades of Mandarian Orange #85261C
Tints of Mandarian Orange #85261C
RGB
CMYK
RGB Variations
Color information
#85261C (or 0x85261C) is known color: Mandarian Orange. HEX triplet: 85, 26 and 1C. RGB value is (133,38,28). Sum of RGB (Red+Green+Blue) = 133+38+28=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85261C is #7AD9E3. Grayscale: #414141. Windows color (decimal): -8051172 or 1844869. OLE color: 1844869.
HSL color Cylindrical-coordinate representation of color #85261C: hue angle of 5.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85261C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 28 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.48 |
| HSL | 5.71º | 0.65% | 0.32% | - |
| HSV(B) | 5.71º | 0.79% | 0.52% | - |
| XYZ | 10.58 | 6.46 | 1.79 | - |
| YUV | 65.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 28 | 0 | 0.71 | 0.79 | 0.48 | 5.71 | 0.65 | 0.32 |
| Hex | 85 | 26 | 1C | 0 | 47 | 4F | 30 | 6 | 41 | 20 |
| Octal | 205 | 46 | 34 | 0 | 107 | 117 | 60 | 6 | 101 | 40 |
| Binary | 10000101 | 100110 | 11100 | 0 | 1000111 | 1001111 | 110000 | 110 | 1000001 | 100000 |
Color Harmonies of #85261C
Complementary color
Monochromatic Colors of #85261C
Black with #85261C
Text Example
Text Example
White with #85261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85261C; }
p { color: rgb(133,38,28); }
H1.HeaderClassName
{
color: #85261C;
}
.AnyTagClassName
{
color: #85261C;
}
</style>
background-color css
<style>
a { background-color: #85261C; }
a { background-color: rgb(133,38,28); }
div.DivClassName
{
background-color: #85261C;
}
.BgClassName
{
background-color: #85261C;
}
</style>
border-color css
<style>
span { border-color: #85261C; }
span { border-color: rgb(133,38,28); }
td.TdClassName
{
border-color: #85261C;
}
.TagClassName
{
border-color: #85261C;
}
</style>