Shades of Mandarian Orange #842928
Tints of Mandarian Orange #842928
RGB
CMYK
RGB Variations
Color information
#842928 (or 0x842928) is known color: Mandarian Orange. HEX triplet: 84, 29 and 28. RGB value is (132,41,40). Sum of RGB (Red+Green+Blue) = 132+41+40=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #842928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842928 is #7BD6D7. Grayscale: #444444. Windows color (decimal): -8115928 or 2632068. OLE color: 2632068.
HSL color Cylindrical-coordinate representation of color #842928: hue angle of 0.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842928 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 40 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.48 |
| HSL | 0.65º | 0.53% | 0.34% | - |
| HSV(B) | 0.65º | 0.7% | 0.52% | - |
| XYZ | 10.69 | 6.64 | 2.73 | - |
| YUV | 68.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 40 | 0 | 0.69 | 0.70 | 0.48 | 0.65 | 0.53 | 0.34 |
| Hex | 84 | 29 | 28 | 0 | 45 | 46 | 30 | 1 | 35 | 22 |
| Octal | 204 | 51 | 50 | 0 | 105 | 106 | 60 | 1 | 65 | 42 |
| Binary | 10000100 | 101001 | 101000 | 0 | 1000101 | 1000110 | 110000 | 1 | 110101 | 100010 |
Color Harmonies of #842928
Complementary color
Monochromatic Colors of #842928
Black with #842928
Text Example
Text Example
White with #842928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842928; }
p { color: rgb(132,41,40); }
H1.HeaderClassName
{
color: #842928;
}
.AnyTagClassName
{
color: #842928;
}
</style>
background-color css
<style>
a { background-color: #842928; }
a { background-color: rgb(132,41,40); }
div.DivClassName
{
background-color: #842928;
}
.BgClassName
{
background-color: #842928;
}
</style>
border-color css
<style>
span { border-color: #842928; }
span { border-color: rgb(132,41,40); }
td.TdClassName
{
border-color: #842928;
}
.TagClassName
{
border-color: #842928;
}
</style>