Shades of Mandarian Orange #80271F
Tints of Mandarian Orange #80271F
RGB
CMYK
RGB Variations
Color information
#80271F (or 0x80271F) is known color: Mandarian Orange. HEX triplet: 80, 27 and 1F. RGB value is (128,39,31). Sum of RGB (Red+Green+Blue) = 128+39+31=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80271F is #7FD8E0. Grayscale: #404040. Windows color (decimal): -8378593 or 2041728. OLE color: 2041728.
HSL color Cylindrical-coordinate representation of color #80271F: hue angle of 4.95º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80271F is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 31 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.50 |
| HSL | 4.95º | 0.61% | 0.31% | - |
| HSV(B) | 4.95º | 0.76% | 0.5% | - |
| XYZ | 9.87 | 6.14 | 1.96 | - |
| YUV | 64.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 31 | 0 | 0.70 | 0.76 | 0.50 | 4.95 | 0.61 | 0.31 |
| Hex | 80 | 27 | 1F | 0 | 46 | 4C | 32 | 5 | 3D | 1F |
| Octal | 200 | 47 | 37 | 0 | 106 | 114 | 62 | 5 | 75 | 37 |
| Binary | 10000000 | 100111 | 11111 | 0 | 1000110 | 1001100 | 110010 | 101 | 111101 | 11111 |
Color Harmonies of #80271F
Complementary color
Monochromatic Colors of #80271F
Black with #80271F
Text Example
Text Example
White with #80271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80271F; }
p { color: rgb(128,39,31); }
H1.HeaderClassName
{
color: #80271F;
}
.AnyTagClassName
{
color: #80271F;
}
</style>
background-color css
<style>
a { background-color: #80271F; }
a { background-color: rgb(128,39,31); }
div.DivClassName
{
background-color: #80271F;
}
.BgClassName
{
background-color: #80271F;
}
</style>
border-color css
<style>
span { border-color: #80271F; }
span { border-color: rgb(128,39,31); }
td.TdClassName
{
border-color: #80271F;
}
.TagClassName
{
border-color: #80271F;
}
</style>