Html Css Color HEX #861211 Falu Red

📋 copy color: '#861211'

red 134 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #861211

Tints of Falu Red #861211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 79.29%
G = 10.65%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861211 (or 0x861211) is known color: Falu Red. HEX triplet: 86, 12 and 11. RGB value is (134,18,17). Sum of RGB (Red+Green+Blue) = 134+18+17=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #861211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861211 is #79EDEE. Grayscale: #343434. Windows color (decimal): -7990767 or 1118854. OLE color: 1118854.

HSL color Cylindrical-coordinate representation of color #861211: hue angle of 0.51º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861211 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 17 -
CMYK 0 0.87 0.87 0.47
HSL 0.51º 0.77% 0.3% -
HSV(B) 0.51º 0.87% 0.53% -
XYZ 10.15 5.54 1.07 -
YUV 52.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 134 18 17 0 0.87 0.87 0.47 0.51 0.77 0.3
Hex 86 12 11 0 57 57 2F 1 4D 1E
Octal 206 22 21 0 127 127 57 1 115 36
Binary 10000110 10010 10001 0 1010111 1010111 101111 1 1001101 11110

Color Harmonies of #861211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861211

Black with #861211

Text Example


Text Example

White with #861211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861211; }

 p { color: rgb(134,18,17); }

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

background-color css

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

 a { background-color: rgb(134,18,17); }

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

border-color css

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

 span { border-color: rgb(134,18,17); }

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