Shades of Mandarian Orange #8B211C
Tints of Mandarian Orange #8B211C
RGB
CMYK
RGB Variations
Color information
#8B211C (or 0x8B211C) is known color: Mandarian Orange. HEX triplet: 8B, 21 and 1C. RGB value is (139,33,28). Sum of RGB (Red+Green+Blue) = 139+33+28=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211C is #74DEE3. Grayscale: #404040. Windows color (decimal): -7659236 or 1843595. OLE color: 1843595.
HSL color Cylindrical-coordinate representation of color #8B211C: hue angle of 2.7º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B211C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 28 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.45 |
| HSL | 2.7º | 0.66% | 0.33% | - |
| HSV(B) | 2.7º | 0.8% | 0.55% | - |
| XYZ | 11.4 | 6.66 | 1.78 | - |
| YUV | 64.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 28 | 0 | 0.76 | 0.80 | 0.45 | 2.7 | 0.66 | 0.33 |
| Hex | 8B | 21 | 1C | 0 | 4C | 50 | 2D | 3 | 42 | 21 |
| Octal | 213 | 41 | 34 | 0 | 114 | 120 | 55 | 3 | 102 | 41 |
| Binary | 10001011 | 100001 | 11100 | 0 | 1001100 | 1010000 | 101101 | 11 | 1000010 | 100001 |
Color Harmonies of #8B211C
Complementary color
Monochromatic Colors of #8B211C
Black with #8B211C
Text Example
Text Example
White with #8B211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B211C; }
p { color: rgb(139,33,28); }
H1.HeaderClassName
{
color: #8B211C;
}
.AnyTagClassName
{
color: #8B211C;
}
</style>
background-color css
<style>
a { background-color: #8B211C; }
a { background-color: rgb(139,33,28); }
div.DivClassName
{
background-color: #8B211C;
}
.BgClassName
{
background-color: #8B211C;
}
</style>
border-color css
<style>
span { border-color: #8B211C; }
span { border-color: rgb(139,33,28); }
td.TdClassName
{
border-color: #8B211C;
}
.TagClassName
{
border-color: #8B211C;
}
</style>