Shades of Mandarian Orange #83271E
Tints of Mandarian Orange #83271E
RGB
CMYK
RGB Variations
Color information
#83271E (or 0x83271E) is known color: Mandarian Orange. HEX triplet: 83, 27 and 1E. RGB value is (131,39,30). Sum of RGB (Red+Green+Blue) = 131+39+30=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #83271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83271E is #7CD8E1. Grayscale: #414141. Windows color (decimal): -8181986 or 1976195. OLE color: 1976195.
HSL color Cylindrical-coordinate representation of color #83271E: hue angle of 5.35º 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 #83271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 39 | 30 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.49 |
| HSL | 5.35º | 0.63% | 0.32% | - |
| HSV(B) | 5.35º | 0.77% | 0.51% | - |
| XYZ | 10.32 | 6.37 | 1.91 | - |
| YUV | 65.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 30 | 0 | 0.70 | 0.77 | 0.49 | 5.35 | 0.63 | 0.32 |
| Hex | 83 | 27 | 1E | 0 | 46 | 4D | 31 | 5 | 3F | 20 |
| Octal | 203 | 47 | 36 | 0 | 106 | 115 | 61 | 5 | 77 | 40 |
| Binary | 10000011 | 100111 | 11110 | 0 | 1000110 | 1001101 | 110001 | 101 | 111111 | 100000 |
Color Harmonies of #83271E
Complementary color
Monochromatic Colors of #83271E
Black with #83271E
Text Example
Text Example
White with #83271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83271E; }
p { color: rgb(131,39,30); }
H1.HeaderClassName
{
color: #83271E;
}
.AnyTagClassName
{
color: #83271E;
}
</style>
background-color css
<style>
a { background-color: #83271E; }
a { background-color: rgb(131,39,30); }
div.DivClassName
{
background-color: #83271E;
}
.BgClassName
{
background-color: #83271E;
}
</style>
border-color css
<style>
span { border-color: #83271E; }
span { border-color: rgb(131,39,30); }
td.TdClassName
{
border-color: #83271E;
}
.TagClassName
{
border-color: #83271E;
}
</style>