Shades of Mandarian Orange #8B201F
Tints of Mandarian Orange #8B201F
RGB
CMYK
RGB Variations
Color information
#8B201F (or 0x8B201F) is known color: Mandarian Orange. HEX triplet: 8B, 20 and 1F. RGB value is (139,32,31). Sum of RGB (Red+Green+Blue) = 139+32+31=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B201F is #74DFE0. Grayscale: #3F3F3F. Windows color (decimal): -7659489 or 2039947. OLE color: 2039947.
HSL color Cylindrical-coordinate representation of color #8B201F: hue angle of 0.56º 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 #8B201F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 31 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.45 |
| HSL | 0.56º | 0.64% | 0.33% | - |
| HSV(B) | 0.56º | 0.78% | 0.55% | - |
| XYZ | 11.41 | 6.62 | 1.97 | - |
| YUV | 63.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 31 | 0 | 0.77 | 0.78 | 0.45 | 0.56 | 0.64 | 0.33 |
| Hex | 8B | 20 | 1F | 0 | 4D | 4E | 2D | 1 | 40 | 21 |
| Octal | 213 | 40 | 37 | 0 | 115 | 116 | 55 | 1 | 100 | 41 |
| Binary | 10001011 | 100000 | 11111 | 0 | 1001101 | 1001110 | 101101 | 1 | 1000000 | 100001 |
Color Harmonies of #8B201F
Complementary color
Monochromatic Colors of #8B201F
Black with #8B201F
Text Example
Text Example
White with #8B201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B201F; }
p { color: rgb(139,32,31); }
H1.HeaderClassName
{
color: #8B201F;
}
.AnyTagClassName
{
color: #8B201F;
}
</style>
background-color css
<style>
a { background-color: #8B201F; }
a { background-color: rgb(139,32,31); }
div.DivClassName
{
background-color: #8B201F;
}
.BgClassName
{
background-color: #8B201F;
}
</style>
border-color css
<style>
span { border-color: #8B201F; }
span { border-color: rgb(139,32,31); }
td.TdClassName
{
border-color: #8B201F;
}
.TagClassName
{
border-color: #8B201F;
}
</style>