Shades of Mandarian Orange #83251C
Tints of Mandarian Orange #83251C
RGB
CMYK
RGB Variations
Color information
#83251C (or 0x83251C) is known color: Mandarian Orange. HEX triplet: 83, 25 and 1C. RGB value is (131,37,28). Sum of RGB (Red+Green+Blue) = 131+37+28=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83251C is #7CDAE3. Grayscale: #404040. Windows color (decimal): -8182500 or 1844611. OLE color: 1844611.
HSL color Cylindrical-coordinate representation of color #83251C: hue angle of 5.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83251C is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 28 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.49 |
| HSL | 5.24º | 0.65% | 0.31% | - |
| HSV(B) | 5.24º | 0.79% | 0.51% | - |
| XYZ | 10.23 | 6.23 | 1.76 | - |
| YUV | 64.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 28 | 0 | 0.72 | 0.79 | 0.49 | 5.24 | 0.65 | 0.31 |
| Hex | 83 | 25 | 1C | 0 | 48 | 4F | 31 | 5 | 41 | 1F |
| Octal | 203 | 45 | 34 | 0 | 110 | 117 | 61 | 5 | 101 | 37 |
| Binary | 10000011 | 100101 | 11100 | 0 | 1001000 | 1001111 | 110001 | 101 | 1000001 | 11111 |
Color Harmonies of #83251C
Complementary color
Monochromatic Colors of #83251C
Black with #83251C
Text Example
Text Example
White with #83251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83251C; }
p { color: rgb(131,37,28); }
H1.HeaderClassName
{
color: #83251C;
}
.AnyTagClassName
{
color: #83251C;
}
</style>
background-color css
<style>
a { background-color: #83251C; }
a { background-color: rgb(131,37,28); }
div.DivClassName
{
background-color: #83251C;
}
.BgClassName
{
background-color: #83251C;
}
</style>
border-color css
<style>
span { border-color: #83251C; }
span { border-color: rgb(131,37,28); }
td.TdClassName
{
border-color: #83251C;
}
.TagClassName
{
border-color: #83251C;
}
</style>