Html Css Color HEX #86201F Mandarian Orange

📋 copy color: '#86201F'

red 134 ◦ green 32 ◦ blue 31

#86201F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #86201F

Tints of Mandarian Orange #86201F

RGB

 RED value IS 134 (52.73% from 255) = 68.02%

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 68.02%
G = 16.24%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86201F (or 0x86201F) is known color: Mandarian Orange. HEX triplet: 86, 20 and 1F. RGB value is (134,32,31). Sum of RGB (Red+Green+Blue) = 134+32+31=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86201F is #79DFE0. Grayscale: #3E3E3E. Windows color (decimal): -7987169 or 2039942. OLE color: 2039942.

HSL color Cylindrical-coordinate representation of color #86201F: hue angle of 0.58º 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 #86201F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 31 -
CMYK 0 0.76 0.77 0.47
HSL 0.58º 0.62% 0.32% -
HSV(B) 0.58º 0.77% 0.53% -
XYZ 10.6 6.2 1.93 -
YUV 62.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 134 32 31 0 0.76 0.77 0.47 0.58 0.62 0.32
Hex 86 20 1F 0 4C 4D 2F 1 3E 20
Octal 206 40 37 0 114 115 57 1 76 40
Binary 10000110 100000 11111 0 1001100 1001101 101111 1 111110 100000

Color Harmonies of #86201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86201F

Black with #86201F

Text Example


Text Example

White with #86201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86201F;
 }
 .AnyTagClassName
 {
   color: #86201F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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