Html Css Color HEX #86211E Mandarian Orange

📋 copy color: '#86211E'

red 134 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #86211E

Tints of Mandarian Orange #86211E

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 value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86211E (or 0x86211E) is known color: 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

RGB 134 33 30 -
CMYK 0 0.75 0.78 0.47
HSL 1.73º 0.63% 0.32% -
HSV(B) 1.73º 0.78% 0.53% -
XYZ 10.61 6.25 1.88 -
YUV 62.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 134 33 30 0 0.75 0.78 0.47 1.73 0.63 0.32
Hex 86 21 1E 0 4B 4E 2F 2 3F 20
Octal 206 41 36 0 113 116 57 2 77 40
Binary 10000110 100001 11110 0 1001011 1001110 101111 10 111111 100000

Color Harmonies of #86211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86211E

Black with #86211E

Text Example


Text Example

White with #86211E

Text Example


Text Example

HTML Codes & Css Web 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>