Html Css Color HEX #86201B Falu Red

📋 copy color: '#86201B'

red 134 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #86201B

Tints of Falu Red #86201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 69.43%
G = 16.58%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86201B (or 0x86201B) is known color: Falu Red. HEX triplet: 86, 20 and 1B. RGB value is (134,32,27). Sum of RGB (Red+Green+Blue) = 134+32+27=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #86201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86201B is #79DFE4. Grayscale: #3E3E3E. Windows color (decimal): -7987173 or 1777798. OLE color: 1777798.

HSL color Cylindrical-coordinate representation of color #86201B: hue angle of 2.8º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86201B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 27 -
CMYK 0 0.76 0.80 0.47
HSL 2.8º 0.66% 0.32% -
HSV(B) 2.8º 0.8% 0.53% -
XYZ 10.55 6.18 1.67 -
YUV 61.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 134 32 27 0 0.76 0.80 0.47 2.8 0.66 0.32
Hex 86 20 1B 0 4C 50 2F 3 42 20
Octal 206 40 33 0 114 120 57 3 102 40
Binary 10000110 100000 11011 0 1001100 1010000 101111 11 1000010 100000

Color Harmonies of #86201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86201B

Black with #86201B

Text Example


Text Example

White with #86201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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