Shades of Mandarian Orange #8B211F
Tints of Mandarian Orange #8B211F
RGB
CMYK
RGB Variations
Color information
#8B211F (or 0x8B211F) is known color: Mandarian Orange. HEX triplet: 8B, 21 and 1F. RGB value is (139,33,31). Sum of RGB (Red+Green+Blue) = 139+33+31=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211F is #74DEE0. Grayscale: #404040. Windows color (decimal): -7659233 or 2040203. OLE color: 2040203.
HSL color Cylindrical-coordinate representation of color #8B211F: hue angle of 1.11º 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 #8B211F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 31 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.45 |
| HSL | 1.11º | 0.64% | 0.33% | - |
| HSV(B) | 1.11º | 0.78% | 0.55% | - |
| XYZ | 11.44 | 6.68 | 1.98 | - |
| YUV | 64.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 31 | 0 | 0.76 | 0.78 | 0.45 | 1.11 | 0.64 | 0.33 |
| Hex | 8B | 21 | 1F | 0 | 4C | 4E | 2D | 1 | 40 | 21 |
| Octal | 213 | 41 | 37 | 0 | 114 | 116 | 55 | 1 | 100 | 41 |
| Binary | 10001011 | 100001 | 11111 | 0 | 1001100 | 1001110 | 101101 | 1 | 1000000 | 100001 |
Color Harmonies of #8B211F
Complementary color
Monochromatic Colors of #8B211F
Black with #8B211F
Text Example
Text Example
White with #8B211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B211F; }
p { color: rgb(139,33,31); }
H1.HeaderClassName
{
color: #8B211F;
}
.AnyTagClassName
{
color: #8B211F;
}
</style>
background-color css
<style>
a { background-color: #8B211F; }
a { background-color: rgb(139,33,31); }
div.DivClassName
{
background-color: #8B211F;
}
.BgClassName
{
background-color: #8B211F;
}
</style>
border-color css
<style>
span { border-color: #8B211F; }
span { border-color: rgb(139,33,31); }
td.TdClassName
{
border-color: #8B211F;
}
.TagClassName
{
border-color: #8B211F;
}
</style>