Shades of Mandarian Orange #8B201C
Tints of Mandarian Orange #8B201C
RGB
CMYK
RGB Variations
Color information
#8B201C (or 0x8B201C) is known color: Mandarian Orange. HEX triplet: 8B, 20 and 1C. RGB value is (139,32,28). Sum of RGB (Red+Green+Blue) = 139+32+28=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B201C is #74DFE3. Grayscale: #3F3F3F. Windows color (decimal): -7659492 or 1843339. OLE color: 1843339.
HSL color Cylindrical-coordinate representation of color #8B201C: hue angle of 2.16º 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 #8B201C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 28 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.45 |
| HSL | 2.16º | 0.66% | 0.33% | - |
| HSV(B) | 2.16º | 0.8% | 0.55% | - |
| XYZ | 11.37 | 6.61 | 1.77 | - |
| YUV | 63.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 28 | 0 | 0.77 | 0.80 | 0.45 | 2.16 | 0.66 | 0.33 |
| Hex | 8B | 20 | 1C | 0 | 4D | 50 | 2D | 2 | 42 | 21 |
| Octal | 213 | 40 | 34 | 0 | 115 | 120 | 55 | 2 | 102 | 41 |
| Binary | 10001011 | 100000 | 11100 | 0 | 1001101 | 1010000 | 101101 | 10 | 1000010 | 100001 |
Color Harmonies of #8B201C
Complementary color
Monochromatic Colors of #8B201C
Black with #8B201C
Text Example
Text Example
White with #8B201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B201C; }
p { color: rgb(139,32,28); }
H1.HeaderClassName
{
color: #8B201C;
}
.AnyTagClassName
{
color: #8B201C;
}
</style>
background-color css
<style>
a { background-color: #8B201C; }
a { background-color: rgb(139,32,28); }
div.DivClassName
{
background-color: #8B201C;
}
.BgClassName
{
background-color: #8B201C;
}
</style>
border-color css
<style>
span { border-color: #8B201C; }
span { border-color: rgb(139,32,28); }
td.TdClassName
{
border-color: #8B201C;
}
.TagClassName
{
border-color: #8B201C;
}
</style>