Shades of Mandarian Orange #84281F
Tints of Mandarian Orange #84281F
RGB
CMYK
RGB Variations
Color information
#84281F (or 0x84281F) is known color: Mandarian Orange. HEX triplet: 84, 28 and 1F. RGB value is (132,40,31). Sum of RGB (Red+Green+Blue) = 132+40+31=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #84281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84281F is #7BD7E0. Grayscale: #424242. Windows color (decimal): -8116193 or 2041988. OLE color: 2041988.
HSL color Cylindrical-coordinate representation of color #84281F: hue angle of 5.35º 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 #84281F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 31 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.48 |
| HSL | 5.35º | 0.62% | 0.32% | - |
| HSV(B) | 5.35º | 0.77% | 0.52% | - |
| XYZ | 10.52 | 6.52 | 2 | - |
| YUV | 66.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 31 | 0 | 0.70 | 0.77 | 0.48 | 5.35 | 0.62 | 0.32 |
| Hex | 84 | 28 | 1F | 0 | 46 | 4D | 30 | 5 | 3E | 20 |
| Octal | 204 | 50 | 37 | 0 | 106 | 115 | 60 | 5 | 76 | 40 |
| Binary | 10000100 | 101000 | 11111 | 0 | 1000110 | 1001101 | 110000 | 101 | 111110 | 100000 |
Color Harmonies of #84281F
Complementary color
Monochromatic Colors of #84281F
Black with #84281F
Text Example
Text Example
White with #84281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84281F; }
p { color: rgb(132,40,31); }
H1.HeaderClassName
{
color: #84281F;
}
.AnyTagClassName
{
color: #84281F;
}
</style>
background-color css
<style>
a { background-color: #84281F; }
a { background-color: rgb(132,40,31); }
div.DivClassName
{
background-color: #84281F;
}
.BgClassName
{
background-color: #84281F;
}
</style>
border-color css
<style>
span { border-color: #84281F; }
span { border-color: rgb(132,40,31); }
td.TdClassName
{
border-color: #84281F;
}
.TagClassName
{
border-color: #84281F;
}
</style>