Shades of Mandarian Orange #84271E
Tints of Mandarian Orange #84271E
RGB
CMYK
RGB Variations
Color information
#84271E (or 0x84271E) is known color: Mandarian Orange. HEX triplet: 84, 27 and 1E. RGB value is (132,39,30). Sum of RGB (Red+Green+Blue) = 132+39+30=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84271E is #7BD8E1. Grayscale: #414141. Windows color (decimal): -8116450 or 1976196. OLE color: 1976196.
HSL color Cylindrical-coordinate representation of color #84271E: hue angle of 5.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 30 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.48 |
| HSL | 5.29º | 0.63% | 0.32% | - |
| HSV(B) | 5.29º | 0.77% | 0.52% | - |
| XYZ | 10.48 | 6.45 | 1.92 | - |
| YUV | 65.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 30 | 0 | 0.70 | 0.77 | 0.48 | 5.29 | 0.63 | 0.32 |
| Hex | 84 | 27 | 1E | 0 | 46 | 4D | 30 | 5 | 3F | 20 |
| Octal | 204 | 47 | 36 | 0 | 106 | 115 | 60 | 5 | 77 | 40 |
| Binary | 10000100 | 100111 | 11110 | 0 | 1000110 | 1001101 | 110000 | 101 | 111111 | 100000 |
Color Harmonies of #84271E
Complementary color
Monochromatic Colors of #84271E
Black with #84271E
Text Example
Text Example
White with #84271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84271E; }
p { color: rgb(132,39,30); }
H1.HeaderClassName
{
color: #84271E;
}
.AnyTagClassName
{
color: #84271E;
}
</style>
background-color css
<style>
a { background-color: #84271E; }
a { background-color: rgb(132,39,30); }
div.DivClassName
{
background-color: #84271E;
}
.BgClassName
{
background-color: #84271E;
}
</style>
border-color css
<style>
span { border-color: #84271E; }
span { border-color: rgb(132,39,30); }
td.TdClassName
{
border-color: #84271E;
}
.TagClassName
{
border-color: #84271E;
}
</style>