Shades of Mandarian Orange #83261F
Tints of Mandarian Orange #83261F
RGB
CMYK
RGB Variations
Color information
#83261F (or 0x83261F) is known color: Mandarian Orange. HEX triplet: 83, 26 and 1F. RGB value is (131,38,31). Sum of RGB (Red+Green+Blue) = 131+38+31=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #83261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83261F is #7CD9E0. Grayscale: #414141. Windows color (decimal): -8182241 or 2041475. OLE color: 2041475.
HSL color Cylindrical-coordinate representation of color #83261F: hue angle of 4.2º 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 #83261F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 31 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.49 |
| HSL | 4.2º | 0.62% | 0.32% | - |
| HSV(B) | 4.2º | 0.76% | 0.51% | - |
| XYZ | 10.3 | 6.31 | 1.97 | - |
| YUV | 65.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 31 | 0 | 0.71 | 0.76 | 0.49 | 4.2 | 0.62 | 0.32 |
| Hex | 83 | 26 | 1F | 0 | 47 | 4C | 31 | 4 | 3E | 20 |
| Octal | 203 | 46 | 37 | 0 | 107 | 114 | 61 | 4 | 76 | 40 |
| Binary | 10000011 | 100110 | 11111 | 0 | 1000111 | 1001100 | 110001 | 100 | 111110 | 100000 |
Color Harmonies of #83261F
Complementary color
Monochromatic Colors of #83261F
Black with #83261F
Text Example
Text Example
White with #83261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83261F; }
p { color: rgb(131,38,31); }
H1.HeaderClassName
{
color: #83261F;
}
.AnyTagClassName
{
color: #83261F;
}
</style>
background-color css
<style>
a { background-color: #83261F; }
a { background-color: rgb(131,38,31); }
div.DivClassName
{
background-color: #83261F;
}
.BgClassName
{
background-color: #83261F;
}
</style>
border-color css
<style>
span { border-color: #83261F; }
span { border-color: rgb(131,38,31); }
td.TdClassName
{
border-color: #83261F;
}
.TagClassName
{
border-color: #83261F;
}
</style>