#86221F

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

Shades of Mandarian Orange #86221F

Tints of Mandarian Orange #86221F

Color information

#86221F (or 0x86221F) is unknown color: approx Mandarian Orange. HEX triplet: 86, 22 and 1F. RGB value is (134,34,31). Sum of RGB (Red+Green+Blue) = 134+34+31=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221F is #79DDE0. Grayscale: #3F3F3F. Windows color (decimal): -7986657 or 2040454. OLE color: 2040454.

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

Color convert

RGB1343431-
CMYK00.750.770.47
HSL1.75º62.42%32.35%-
HSV(B)1.75º76.87%52.55%-
XYZ10.656.311.95-
YUV63.56109.63178.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=67.34%
G=17.09%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134343100.750.770.471.7562.4232.35
Hex86221F04B4D2F23e20
Octal206423701131155727640
Binary100001101000101111101001011100110110111110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86221F; }

 p { color: rgb(134,34,31); }

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

<style>
 a { background-color: #86221F; }

 a { background-color: rgb(134,34,31); }

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

<style>
 span { border-color: #86221F; }

 span { border-color: rgb(134,34,31); }

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