Shades of Mandarian Orange #82271E
Tints of Mandarian Orange #82271E
RGB
CMYK
RGB Variations
Color information
#82271E (or 0x82271E) is known color: Mandarian Orange. HEX triplet: 82, 27 and 1E. RGB value is (130,39,30). Sum of RGB (Red+Green+Blue) = 130+39+30=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82271E is #7DD8E1. Grayscale: #414141. Windows color (decimal): -8247522 or 1976194. OLE color: 1976194.
HSL color Cylindrical-coordinate representation of color #82271E: hue angle of 5.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 30 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.49 |
| HSL | 5.4º | 0.63% | 0.31% | - |
| HSV(B) | 5.4º | 0.77% | 0.51% | - |
| XYZ | 10.17 | 6.29 | 1.91 | - |
| YUV | 65.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 30 | 0 | 0.70 | 0.77 | 0.49 | 5.4 | 0.63 | 0.31 |
| Hex | 82 | 27 | 1E | 0 | 46 | 4D | 31 | 5 | 3E | 1F |
| Octal | 202 | 47 | 36 | 0 | 106 | 115 | 61 | 5 | 76 | 37 |
| Binary | 10000010 | 100111 | 11110 | 0 | 1000110 | 1001101 | 110001 | 101 | 111110 | 11111 |
Color Harmonies of #82271E
Complementary color
Monochromatic Colors of #82271E
Black with #82271E
Text Example
Text Example
White with #82271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82271E; }
p { color: rgb(130,39,30); }
H1.HeaderClassName
{
color: #82271E;
}
.AnyTagClassName
{
color: #82271E;
}
</style>
background-color css
<style>
a { background-color: #82271E; }
a { background-color: rgb(130,39,30); }
div.DivClassName
{
background-color: #82271E;
}
.BgClassName
{
background-color: #82271E;
}
</style>
border-color css
<style>
span { border-color: #82271E; }
span { border-color: rgb(130,39,30); }
td.TdClassName
{
border-color: #82271E;
}
.TagClassName
{
border-color: #82271E;
}
</style>