Shades of Mandarian Orange #80261E
Tints of Mandarian Orange #80261E
RGB
CMYK
RGB Variations
Color information
#80261E (or 0x80261E) is known color: Mandarian Orange. HEX triplet: 80, 26 and 1E. RGB value is (128,38,30). Sum of RGB (Red+Green+Blue) = 128+38+30=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80261E is #7FD9E1. Grayscale: #404040. Windows color (decimal): -8378850 or 1975936. OLE color: 1975936.
HSL color Cylindrical-coordinate representation of color #80261E: hue angle of 4.9º 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 #80261E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 30 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.50 |
| HSL | 4.9º | 0.62% | 0.31% | - |
| HSV(B) | 4.9º | 0.77% | 0.5% | - |
| XYZ | 9.83 | 6.07 | 1.88 | - |
| YUV | 64 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 30 | 0 | 0.70 | 0.77 | 0.50 | 4.9 | 0.62 | 0.31 |
| Hex | 80 | 26 | 1E | 0 | 46 | 4D | 32 | 5 | 3E | 1F |
| Octal | 200 | 46 | 36 | 0 | 106 | 115 | 62 | 5 | 76 | 37 |
| Binary | 10000000 | 100110 | 11110 | 0 | 1000110 | 1001101 | 110010 | 101 | 111110 | 11111 |
Color Harmonies of #80261E
Complementary color
Monochromatic Colors of #80261E
Black with #80261E
Text Example
Text Example
White with #80261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80261E; }
p { color: rgb(128,38,30); }
H1.HeaderClassName
{
color: #80261E;
}
.AnyTagClassName
{
color: #80261E;
}
</style>
background-color css
<style>
a { background-color: #80261E; }
a { background-color: rgb(128,38,30); }
div.DivClassName
{
background-color: #80261E;
}
.BgClassName
{
background-color: #80261E;
}
</style>
border-color css
<style>
span { border-color: #80261E; }
span { border-color: rgb(128,38,30); }
td.TdClassName
{
border-color: #80261E;
}
.TagClassName
{
border-color: #80261E;
}
</style>