Shades of Mandarian Orange #8B221C
Tints of Mandarian Orange #8B221C
RGB
CMYK
RGB Variations
Color information
#8B221C (or 0x8B221C) is known color: Mandarian Orange. HEX triplet: 8B, 22 and 1C. RGB value is (139,34,28). Sum of RGB (Red+Green+Blue) = 139+34+28=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B221C is #74DDE3. Grayscale: #404040. Windows color (decimal): -7658980 or 1843851. OLE color: 1843851.
HSL color Cylindrical-coordinate representation of color #8B221C: hue angle of 3.24º 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 #8B221C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 28 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.45 |
| HSL | 3.24º | 0.66% | 0.33% | - |
| HSV(B) | 3.24º | 0.8% | 0.55% | - |
| XYZ | 11.43 | 6.72 | 1.79 | - |
| YUV | 64.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 28 | 0 | 0.76 | 0.80 | 0.45 | 3.24 | 0.66 | 0.33 |
| Hex | 8B | 22 | 1C | 0 | 4C | 50 | 2D | 3 | 42 | 21 |
| Octal | 213 | 42 | 34 | 0 | 114 | 120 | 55 | 3 | 102 | 41 |
| Binary | 10001011 | 100010 | 11100 | 0 | 1001100 | 1010000 | 101101 | 11 | 1000010 | 100001 |
Color Harmonies of #8B221C
Complementary color
Monochromatic Colors of #8B221C
Black with #8B221C
Text Example
Text Example
White with #8B221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B221C; }
p { color: rgb(139,34,28); }
H1.HeaderClassName
{
color: #8B221C;
}
.AnyTagClassName
{
color: #8B221C;
}
</style>
background-color css
<style>
a { background-color: #8B221C; }
a { background-color: rgb(139,34,28); }
div.DivClassName
{
background-color: #8B221C;
}
.BgClassName
{
background-color: #8B221C;
}
</style>
border-color css
<style>
span { border-color: #8B221C; }
span { border-color: rgb(139,34,28); }
td.TdClassName
{
border-color: #8B221C;
}
.TagClassName
{
border-color: #8B221C;
}
</style>