Shades of Mandarian Orange #84271F
Tints of Mandarian Orange #84271F
RGB
CMYK
RGB Variations
Color information
#84271F (or 0x84271F) is known color: Mandarian Orange. HEX triplet: 84, 27 and 1F. RGB value is (132,39,31). Sum of RGB (Red+Green+Blue) = 132+39+31=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #84271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84271F is #7BD8E0. Grayscale: #424242. Windows color (decimal): -8116449 or 2041732. OLE color: 2041732.
HSL color Cylindrical-coordinate representation of color #84271F: hue angle of 4.75º degrees, saturation: 0.62, 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 #84271F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 31 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.48 |
| HSL | 4.75º | 0.62% | 0.32% | - |
| HSV(B) | 4.75º | 0.77% | 0.52% | - |
| XYZ | 10.49 | 6.46 | 1.99 | - |
| YUV | 65.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 31 | 0 | 0.70 | 0.77 | 0.48 | 4.75 | 0.62 | 0.32 |
| Hex | 84 | 27 | 1F | 0 | 46 | 4D | 30 | 5 | 3E | 20 |
| Octal | 204 | 47 | 37 | 0 | 106 | 115 | 60 | 5 | 76 | 40 |
| Binary | 10000100 | 100111 | 11111 | 0 | 1000110 | 1001101 | 110000 | 101 | 111110 | 100000 |
Color Harmonies of #84271F
Complementary color
Monochromatic Colors of #84271F
Black with #84271F
Text Example
Text Example
White with #84271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84271F; }
p { color: rgb(132,39,31); }
H1.HeaderClassName
{
color: #84271F;
}
.AnyTagClassName
{
color: #84271F;
}
</style>
background-color css
<style>
a { background-color: #84271F; }
a { background-color: rgb(132,39,31); }
div.DivClassName
{
background-color: #84271F;
}
.BgClassName
{
background-color: #84271F;
}
</style>
border-color css
<style>
span { border-color: #84271F; }
span { border-color: rgb(132,39,31); }
td.TdClassName
{
border-color: #84271F;
}
.TagClassName
{
border-color: #84271F;
}
</style>