Html Css Color HEX #86211C Mandarian Orange

📋 copy color: '#86211C'

red 134 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #86211C

Tints of Mandarian Orange #86211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 68.72%
G = 16.92%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86211C (or 0x86211C) is known color: Mandarian Orange. HEX triplet: 86, 21 and 1C. RGB value is (134,33,28). Sum of RGB (Red+Green+Blue) = 134+33+28=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211C is #79DEE3. Grayscale: #3E3E3E. Windows color (decimal): -7986916 or 1843590. OLE color: 1843590.

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

Color convert

RGB 134 33 28 -
CMYK 0 0.75 0.79 0.47
HSL 2.83º 0.65% 0.32% -
HSV(B) 2.83º 0.79% 0.53% -
XYZ 10.58 6.24 1.75 -
YUV 62.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 134 33 28 0 0.75 0.79 0.47 2.83 0.65 0.32
Hex 86 21 1C 0 4B 4F 2F 3 41 20
Octal 206 41 34 0 113 117 57 3 101 40
Binary 10000110 100001 11100 0 1001011 1001111 101111 11 1000001 100000

Color Harmonies of #86211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86211C

Black with #86211C

Text Example


Text Example

White with #86211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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