Shades of Mandarian Orange #80271E
Tints of Mandarian Orange #80271E
RGB
CMYK
RGB Variations
Color information
#80271E (or 0x80271E) is known color: Mandarian Orange. HEX triplet: 80, 27 and 1E. RGB value is (128,39,30). Sum of RGB (Red+Green+Blue) = 128+39+30=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80271E is #7FD8E1. Grayscale: #404040. Windows color (decimal): -8378594 or 1976192. OLE color: 1976192.
HSL color Cylindrical-coordinate representation of color #80271E: hue angle of 5.51º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 30 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.50 |
| HSL | 5.51º | 0.62% | 0.31% | - |
| HSV(B) | 5.51º | 0.77% | 0.5% | - |
| XYZ | 9.86 | 6.13 | 1.89 | - |
| YUV | 64.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 30 | 0 | 0.70 | 0.77 | 0.50 | 5.51 | 0.62 | 0.31 |
| Hex | 80 | 27 | 1E | 0 | 46 | 4D | 32 | 6 | 3E | 1F |
| Octal | 200 | 47 | 36 | 0 | 106 | 115 | 62 | 6 | 76 | 37 |
| Binary | 10000000 | 100111 | 11110 | 0 | 1000110 | 1001101 | 110010 | 110 | 111110 | 11111 |
Color Harmonies of #80271E
Complementary color
Monochromatic Colors of #80271E
Black with #80271E
Text Example
Text Example
White with #80271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80271E; }
p { color: rgb(128,39,30); }
H1.HeaderClassName
{
color: #80271E;
}
.AnyTagClassName
{
color: #80271E;
}
</style>
background-color css
<style>
a { background-color: #80271E; }
a { background-color: rgb(128,39,30); }
div.DivClassName
{
background-color: #80271E;
}
.BgClassName
{
background-color: #80271E;
}
</style>
border-color css
<style>
span { border-color: #80271E; }
span { border-color: rgb(128,39,30); }
td.TdClassName
{
border-color: #80271E;
}
.TagClassName
{
border-color: #80271E;
}
</style>