Shades of Mandarian Orange #83271D
Tints of Mandarian Orange #83271D
RGB
CMYK
RGB Variations
Color information
#83271D (or 0x83271D) is known color: Mandarian Orange. HEX triplet: 83, 27 and 1D. RGB value is (131,39,29). Sum of RGB (Red+Green+Blue) = 131+39+29=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83271D is #7CD8E2. Grayscale: #414141. Windows color (decimal): -8181987 or 1910659. OLE color: 1910659.
HSL color Cylindrical-coordinate representation of color #83271D: hue angle of 5.88º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83271D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 39 | 29 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.49 |
| HSL | 5.88º | 0.64% | 0.31% | - |
| HSV(B) | 5.88º | 0.78% | 0.51% | - |
| XYZ | 10.31 | 6.37 | 1.85 | - |
| YUV | 65.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 29 | 0 | 0.70 | 0.78 | 0.49 | 5.88 | 0.64 | 0.31 |
| Hex | 83 | 27 | 1D | 0 | 46 | 4E | 31 | 6 | 40 | 1F |
| Octal | 203 | 47 | 35 | 0 | 106 | 116 | 61 | 6 | 100 | 37 |
| Binary | 10000011 | 100111 | 11101 | 0 | 1000110 | 1001110 | 110001 | 110 | 1000000 | 11111 |
Color Harmonies of #83271D
Complementary color
Monochromatic Colors of #83271D
Black with #83271D
Text Example
Text Example
White with #83271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83271D; }
p { color: rgb(131,39,29); }
H1.HeaderClassName
{
color: #83271D;
}
.AnyTagClassName
{
color: #83271D;
}
</style>
background-color css
<style>
a { background-color: #83271D; }
a { background-color: rgb(131,39,29); }
div.DivClassName
{
background-color: #83271D;
}
.BgClassName
{
background-color: #83271D;
}
</style>
border-color css
<style>
span { border-color: #83271D; }
span { border-color: rgb(131,39,29); }
td.TdClassName
{
border-color: #83271D;
}
.TagClassName
{
border-color: #83271D;
}
</style>