#8B211B

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

Shades of Mandarian Orange #8B211B

Tints of Mandarian Orange #8B211B

Color information

#8B211B (or 0x8B211B) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 21 and 1B. RGB value is (139,33,27). Sum of RGB (Red+Green+Blue) = 139+33+27=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211B is #74DEE4. Grayscale: #404040. Windows color (decimal): -7659237 or 1778059. OLE color: 1778059.

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

Color convert

RGB1393327-
CMYK00.760.810.45
HSL3.21º67.47%32.55%-
HSV(B)3.21º80.58%54.51%-
XYZ11.396.661.72-
YUV64.01107.12181.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=69.85%
G=16.58%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139332700.760.810.453.2167.4732.55
Hex8B211B04C512D34321
Octal2134133011412155310341
Binary1000101110000111011010011001010001101101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,27); }

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

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

 a { background-color: rgb(139,33,27); }

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

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

 span { border-color: rgb(139,33,27); }

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