Html Css Color HEX #86211B Falu Red

📋 copy color: '#86211B'

red 134 ◦ green 33 ◦ blue 27

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

Shades of Falu Red #86211B

Tints of Falu Red #86211B

RGB

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

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

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

R = 69.07%
G = 17.01%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86211B (or 0x86211B) is known color: Falu Red. HEX triplet: 86, 21 and 1B. RGB value is (134,33,27). Sum of RGB (Red+Green+Blue) = 134+33+27=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86211B is #79DEE4. Grayscale: #3E3E3E. Windows color (decimal): -7986917 or 1778054. OLE color: 1778054.

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

Color convert

RGB 134 33 27 -
CMYK 0 0.75 0.80 0.47
HSL 3.36º 0.66% 0.32% -
HSV(B) 3.36º 0.8% 0.53% -
XYZ 10.57 6.24 1.68 -
YUV 62.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 134 33 27 0 0.75 0.80 0.47 3.36 0.66 0.32
Hex 86 21 1B 0 4B 50 2F 3 42 20
Octal 206 41 33 0 113 120 57 3 102 40
Binary 10000110 100001 11011 0 1001011 1010000 101111 11 1000010 100000

Color Harmonies of #86211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86211B

Black with #86211B

Text Example


Text Example

White with #86211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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