Shades of Mandarian Orange #84241F
Tints of Mandarian Orange #84241F
RGB
CMYK
RGB Variations
Color information
#84241F (or 0x84241F) is known color: Mandarian Orange. HEX triplet: 84, 24 and 1F. RGB value is (132,36,31). Sum of RGB (Red+Green+Blue) = 132+36+31=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84241F is #7BDBE0. Grayscale: #404040. Windows color (decimal): -8117217 or 2040964. OLE color: 2040964.
HSL color Cylindrical-coordinate representation of color #84241F: hue angle of 2.97º 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 #84241F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 31 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.48 |
| HSL | 2.97º | 0.62% | 0.32% | - |
| HSV(B) | 2.97º | 0.77% | 0.52% | - |
| XYZ | 10.39 | 6.27 | 1.96 | - |
| YUV | 64.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 31 | 0 | 0.73 | 0.77 | 0.48 | 2.97 | 0.62 | 0.32 |
| Hex | 84 | 24 | 1F | 0 | 49 | 4D | 30 | 3 | 3E | 20 |
| Octal | 204 | 44 | 37 | 0 | 111 | 115 | 60 | 3 | 76 | 40 |
| Binary | 10000100 | 100100 | 11111 | 0 | 1001001 | 1001101 | 110000 | 11 | 111110 | 100000 |
Color Harmonies of #84241F
Complementary color
Monochromatic Colors of #84241F
Black with #84241F
Text Example
Text Example
White with #84241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84241F; }
p { color: rgb(132,36,31); }
H1.HeaderClassName
{
color: #84241F;
}
.AnyTagClassName
{
color: #84241F;
}
</style>
background-color css
<style>
a { background-color: #84241F; }
a { background-color: rgb(132,36,31); }
div.DivClassName
{
background-color: #84241F;
}
.BgClassName
{
background-color: #84241F;
}
</style>
border-color css
<style>
span { border-color: #84241F; }
span { border-color: rgb(132,36,31); }
td.TdClassName
{
border-color: #84241F;
}
.TagClassName
{
border-color: #84241F;
}
</style>