Shades of Mandarian Orange #83231E
Tints of Mandarian Orange #83231E
RGB
CMYK
RGB Variations
Color information
#83231E (or 0x83231E) is known color: Mandarian Orange. HEX triplet: 83, 23 and 1E. RGB value is (131,35,30). Sum of RGB (Red+Green+Blue) = 131+35+30=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83231E is #7CDCE1. Grayscale: #3F3F3F. Windows color (decimal): -8183010 or 1975171. OLE color: 1975171.
HSL color Cylindrical-coordinate representation of color #83231E: hue angle of 2.97º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83231E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 30 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.49 |
| HSL | 2.97º | 0.63% | 0.32% | - |
| HSV(B) | 2.97º | 0.77% | 0.51% | - |
| XYZ | 10.2 | 6.12 | 1.87 | - |
| YUV | 63.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 30 | 0 | 0.73 | 0.77 | 0.49 | 2.97 | 0.63 | 0.32 |
| Hex | 83 | 23 | 1E | 0 | 49 | 4D | 31 | 3 | 3F | 20 |
| Octal | 203 | 43 | 36 | 0 | 111 | 115 | 61 | 3 | 77 | 40 |
| Binary | 10000011 | 100011 | 11110 | 0 | 1001001 | 1001101 | 110001 | 11 | 111111 | 100000 |
Color Harmonies of #83231E
Complementary color
Monochromatic Colors of #83231E
Black with #83231E
Text Example
Text Example
White with #83231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83231E; }
p { color: rgb(131,35,30); }
H1.HeaderClassName
{
color: #83231E;
}
.AnyTagClassName
{
color: #83231E;
}
</style>
background-color css
<style>
a { background-color: #83231E; }
a { background-color: rgb(131,35,30); }
div.DivClassName
{
background-color: #83231E;
}
.BgClassName
{
background-color: #83231E;
}
</style>
border-color css
<style>
span { border-color: #83231E; }
span { border-color: rgb(131,35,30); }
td.TdClassName
{
border-color: #83231E;
}
.TagClassName
{
border-color: #83231E;
}
</style>