Html Css Color HEX #86211F Mandarian Orange

📋 copy color: '#86211F'

red 134 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #86211F

Tints of Mandarian Orange #86211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 67.68%
G = 16.67%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86211F (or 0x86211F) is known color: Mandarian Orange. HEX triplet: 86, 21 and 1F. RGB value is (134,33,31). Sum of RGB (Red+Green+Blue) = 134+33+31=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211F is #79DEE0. Grayscale: #3F3F3F. Windows color (decimal): -7986913 or 2040198. OLE color: 2040198.

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

Color convert

RGB 134 33 31 -
CMYK 0 0.75 0.77 0.47
HSL 1.17º 0.62% 0.32% -
HSV(B) 1.17º 0.77% 0.53% -
XYZ 10.62 6.25 1.94 -
YUV 62.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 134 33 31 0 0.75 0.77 0.47 1.17 0.62 0.32
Hex 86 21 1F 0 4B 4D 2F 1 3E 20
Octal 206 41 37 0 113 115 57 1 76 40
Binary 10000110 100001 11111 0 1001011 1001101 101111 1 111110 100000

Color Harmonies of #86211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86211F

Black with #86211F

Text Example


Text Example

White with #86211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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