#8B2220

Color #8B2220 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8B2220

Tints of Mandarian Orange #8B2220

Color information

#8B2220 (or 0x8B2220) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 22 and 20. RGB value is (139,34,32). Sum of RGB (Red+Green+Blue) = 139+34+32=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2220 is #74DDDF. Grayscale: #414141. Windows color (decimal): -7658976 or 2105995. OLE color: 2105995.

HSL color Cylindrical-coordinate representation of color #8B2220: hue angle of 1.12º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2220 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1393432-
CMYK00.760.770.45
HSL1.12º62.57%33.53%-
HSV(B)1.12º76.98%54.51%-
XYZ11.486.742.06-
YUV65.17109.29180.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=67.80%
G=16.59%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139343200.760.770.451.1262.5733.53
Hex8B222004C4D2D13f22
Octal213424001141155517742
Binary100010111000101000000100110010011011011011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2220; }

 p { color: rgb(139,34,32); }

 H1.HeaderClassName
 {
   color: #8B2220;
 }
 .AnyTagClassName
 {
   color: #8B2220;
 }
</style>
background-color css

<style>
 a { background-color: #8B2220; }

 a { background-color: rgb(139,34,32); }

 div.DivClassName
 {
   background-color: #8B2220;
 }
 .BgClassName
 {
   background-color: #8B2220;
 }
</style>
border-color css

<style>
 span { border-color: #8B2220; }

 span { border-color: rgb(139,34,32); }

 td.TdClassName
 {
   border-color: #8B2220;
 }
 .TagClassName
 {
   border-color: #8B2220;
 }
</style>