Shades of Mandarian Orange #8B1E19
Tints of Mandarian Orange #8B1E19
RGB
CMYK
RGB Variations
Color information
#8B1E19 (or 0x8B1E19) is known color: Mandarian Orange. HEX triplet: 8B, 1E and 19. RGB value is (139,30,25). Sum of RGB (Red+Green+Blue) = 139+30+25=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E19 is #74E1E6. Grayscale: #3E3E3E. Windows color (decimal): -7660007 or 1646219. OLE color: 1646219.
HSL color Cylindrical-coordinate representation of color #8B1E19: hue angle of 2.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1E19 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 25 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.45 |
| HSL | 2.63º | 0.7% | 0.32% | - |
| HSV(B) | 2.63º | 0.82% | 0.55% | - |
| XYZ | 11.29 | 6.49 | 1.58 | - |
| YUV | 62.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 25 | 0 | 0.78 | 0.82 | 0.45 | 2.63 | 0.7 | 0.32 |
| Hex | 8B | 1E | 19 | 0 | 4E | 52 | 2D | 3 | 46 | 20 |
| Octal | 213 | 36 | 31 | 0 | 116 | 122 | 55 | 3 | 106 | 40 |
| Binary | 10001011 | 11110 | 11001 | 0 | 1001110 | 1010010 | 101101 | 11 | 1000110 | 100000 |
Color Harmonies of #8B1E19
Complementary color
Monochromatic Colors of #8B1E19
Black with #8B1E19
Text Example
Text Example
White with #8B1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E19; }
p { color: rgb(139,30,25); }
H1.HeaderClassName
{
color: #8B1E19;
}
.AnyTagClassName
{
color: #8B1E19;
}
</style>
background-color css
<style>
a { background-color: #8B1E19; }
a { background-color: rgb(139,30,25); }
div.DivClassName
{
background-color: #8B1E19;
}
.BgClassName
{
background-color: #8B1E19;
}
</style>
border-color css
<style>
span { border-color: #8B1E19; }
span { border-color: rgb(139,30,25); }
td.TdClassName
{
border-color: #8B1E19;
}
.TagClassName
{
border-color: #8B1E19;
}
</style>