Shades of Mandarian Orange #83271F
Tints of Mandarian Orange #83271F
RGB
CMYK
RGB Variations
Color information
#83271F (or 0x83271F) is known color: Mandarian Orange. HEX triplet: 83, 27 and 1F. RGB value is (131,39,31). Sum of RGB (Red+Green+Blue) = 131+39+31=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #83271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83271F is #7CD8E0. Grayscale: #414141. Windows color (decimal): -8181985 or 2041731. OLE color: 2041731.
HSL color Cylindrical-coordinate representation of color #83271F: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83271F is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 39 | 31 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.49 |
| HSL | 4.8º | 0.62% | 0.32% | - |
| HSV(B) | 4.8º | 0.76% | 0.51% | - |
| XYZ | 10.33 | 6.38 | 1.98 | - |
| YUV | 65.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 31 | 0 | 0.70 | 0.76 | 0.49 | 4.8 | 0.62 | 0.32 |
| Hex | 83 | 27 | 1F | 0 | 46 | 4C | 31 | 5 | 3E | 20 |
| Octal | 203 | 47 | 37 | 0 | 106 | 114 | 61 | 5 | 76 | 40 |
| Binary | 10000011 | 100111 | 11111 | 0 | 1000110 | 1001100 | 110001 | 101 | 111110 | 100000 |
Color Harmonies of #83271F
Complementary color
Monochromatic Colors of #83271F
Black with #83271F
Text Example
Text Example
White with #83271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83271F; }
p { color: rgb(131,39,31); }
H1.HeaderClassName
{
color: #83271F;
}
.AnyTagClassName
{
color: #83271F;
}
</style>
background-color css
<style>
a { background-color: #83271F; }
a { background-color: rgb(131,39,31); }
div.DivClassName
{
background-color: #83271F;
}
.BgClassName
{
background-color: #83271F;
}
</style>
border-color css
<style>
span { border-color: #83271F; }
span { border-color: rgb(131,39,31); }
td.TdClassName
{
border-color: #83271F;
}
.TagClassName
{
border-color: #83271F;
}
</style>