#86211E

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

Shades of Mandarian Orange #86211E

Tints of Mandarian Orange #86211E

Color information

#86211E (or 0x86211E) is unknown color: approx Mandarian Orange. HEX triplet: 86, 21 and 1E. RGB value is (134,33,30). Sum of RGB (Red+Green+Blue) = 134+33+30=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211E is #79DEE1. Grayscale: #3E3E3E. Windows color (decimal): -7986914 or 1974662. OLE color: 1974662.

HSL color Cylindrical-coordinate representation of color #86211E: hue angle of 1.73º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86211E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1343330-
CMYK00.750.780.47
HSL1.73º63.41%32.16%-
HSV(B)1.73º77.61%52.55%-
XYZ10.616.251.88-
YUV62.86109.46178.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=68.02%
G=16.75%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134333000.750.780.471.7363.4132.16
Hex86211E04B4E2F23f20
Octal206413601131165727740
Binary100001101000011111001001011100111010111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86211E; }

 p { color: rgb(134,33,30); }

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

<style>
 a { background-color: #86211E; }

 a { background-color: rgb(134,33,30); }

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

<style>
 span { border-color: #86211E; }

 span { border-color: rgb(134,33,30); }

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