Shades of Mandarian Orange #8B211E
Tints of Mandarian Orange #8B211E
RGB
CMYK
RGB Variations
Color information
#8B211E (or 0x8B211E) is known color: Mandarian Orange. HEX triplet: 8B, 21 and 1E. RGB value is (139,33,30). Sum of RGB (Red+Green+Blue) = 139+33+30=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211E is #74DEE1. Grayscale: #404040. Windows color (decimal): -7659234 or 1974667. OLE color: 1974667.
HSL color Cylindrical-coordinate representation of color #8B211E: hue angle of 1.65º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B211E is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 30 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.45 |
| HSL | 1.65º | 0.64% | 0.33% | - |
| HSV(B) | 1.65º | 0.78% | 0.55% | - |
| XYZ | 11.43 | 6.67 | 1.91 | - |
| YUV | 64.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 30 | 0 | 0.76 | 0.78 | 0.45 | 1.65 | 0.64 | 0.33 |
| Hex | 8B | 21 | 1E | 0 | 4C | 4E | 2D | 2 | 40 | 21 |
| Octal | 213 | 41 | 36 | 0 | 114 | 116 | 55 | 2 | 100 | 41 |
| Binary | 10001011 | 100001 | 11110 | 0 | 1001100 | 1001110 | 101101 | 10 | 1000000 | 100001 |
Color Harmonies of #8B211E
Complementary color
Monochromatic Colors of #8B211E
Black with #8B211E
Text Example
Text Example
White with #8B211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B211E; }
p { color: rgb(139,33,30); }
H1.HeaderClassName
{
color: #8B211E;
}
.AnyTagClassName
{
color: #8B211E;
}
</style>
background-color css
<style>
a { background-color: #8B211E; }
a { background-color: rgb(139,33,30); }
div.DivClassName
{
background-color: #8B211E;
}
.BgClassName
{
background-color: #8B211E;
}
</style>
border-color css
<style>
span { border-color: #8B211E; }
span { border-color: rgb(139,33,30); }
td.TdClassName
{
border-color: #8B211E;
}
.TagClassName
{
border-color: #8B211E;
}
</style>