Shades of Mandarian Orange #8B221A
Tints of Mandarian Orange #8B221A
RGB
CMYK
RGB Variations
Color information
#8B221A (or 0x8B221A) is known color: Mandarian Orange. HEX triplet: 8B, 22 and 1A. RGB value is (139,34,26). Sum of RGB (Red+Green+Blue) = 139+34+26=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B221A is #74DDE5. Grayscale: #404040. Windows color (decimal): -7658982 or 1712779. OLE color: 1712779.
HSL color Cylindrical-coordinate representation of color #8B221A: hue angle of 4.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B221A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 26 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.45 |
| HSL | 4.25º | 0.68% | 0.32% | - |
| HSV(B) | 4.25º | 0.81% | 0.55% | - |
| XYZ | 11.41 | 6.71 | 1.67 | - |
| YUV | 64.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 26 | 0 | 0.76 | 0.81 | 0.45 | 4.25 | 0.68 | 0.32 |
| Hex | 8B | 22 | 1A | 0 | 4C | 51 | 2D | 4 | 44 | 20 |
| Octal | 213 | 42 | 32 | 0 | 114 | 121 | 55 | 4 | 104 | 40 |
| Binary | 10001011 | 100010 | 11010 | 0 | 1001100 | 1010001 | 101101 | 100 | 1000100 | 100000 |
Color Harmonies of #8B221A
Complementary color
Monochromatic Colors of #8B221A
Black with #8B221A
Text Example
Text Example
White with #8B221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B221A; }
p { color: rgb(139,34,26); }
H1.HeaderClassName
{
color: #8B221A;
}
.AnyTagClassName
{
color: #8B221A;
}
</style>
background-color css
<style>
a { background-color: #8B221A; }
a { background-color: rgb(139,34,26); }
div.DivClassName
{
background-color: #8B221A;
}
.BgClassName
{
background-color: #8B221A;
}
</style>
border-color css
<style>
span { border-color: #8B221A; }
span { border-color: rgb(139,34,26); }
td.TdClassName
{
border-color: #8B221A;
}
.TagClassName
{
border-color: #8B221A;
}
</style>