Shades of Mandarian Orange #84271D
Tints of Mandarian Orange #84271D
RGB
CMYK
RGB Variations
Color information
#84271D (or 0x84271D) is known color: Mandarian Orange. HEX triplet: 84, 27 and 1D. RGB value is (132,39,29). Sum of RGB (Red+Green+Blue) = 132+39+29=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84271D is #7BD8E2. Grayscale: #414141. Windows color (decimal): -8116451 or 1910660. OLE color: 1910660.
HSL color Cylindrical-coordinate representation of color #84271D: hue angle of 5.83º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84271D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 29 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.48 |
| HSL | 5.83º | 0.64% | 0.32% | - |
| HSV(B) | 5.83º | 0.78% | 0.52% | - |
| XYZ | 10.46 | 6.45 | 1.85 | - |
| YUV | 65.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 29 | 0 | 0.70 | 0.78 | 0.48 | 5.83 | 0.64 | 0.32 |
| Hex | 84 | 27 | 1D | 0 | 46 | 4E | 30 | 6 | 40 | 20 |
| Octal | 204 | 47 | 35 | 0 | 106 | 116 | 60 | 6 | 100 | 40 |
| Binary | 10000100 | 100111 | 11101 | 0 | 1000110 | 1001110 | 110000 | 110 | 1000000 | 100000 |
Color Harmonies of #84271D
Complementary color
Monochromatic Colors of #84271D
Black with #84271D
Text Example
Text Example
White with #84271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84271D; }
p { color: rgb(132,39,29); }
H1.HeaderClassName
{
color: #84271D;
}
.AnyTagClassName
{
color: #84271D;
}
</style>
background-color css
<style>
a { background-color: #84271D; }
a { background-color: rgb(132,39,29); }
div.DivClassName
{
background-color: #84271D;
}
.BgClassName
{
background-color: #84271D;
}
</style>
border-color css
<style>
span { border-color: #84271D; }
span { border-color: rgb(132,39,29); }
td.TdClassName
{
border-color: #84271D;
}
.TagClassName
{
border-color: #84271D;
}
</style>