Html Css Color HEX #861111 Falu Red

📋 copy color: '#861111'

red 134 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #861111

Tints of Falu Red #861111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 79.76%
G = 10.12%
B = 10.12%

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

#861111 (or 0x861111) is known color: Falu Red. HEX triplet: 86, 11 and 11. RGB value is (134,17,17). Sum of RGB (Red+Green+Blue) = 134+17+17=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #861111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861111 is #79EEEE. Grayscale: #343434. Windows color (decimal): -7991023 or 1118598. OLE color: 1118598.

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

Color convert

RGB 134 17 17 -
CMYK 0 0.87 0.87 0.47
HSL 0.77% 0.3% -
HSV(B) 0.87% 0.53% -
XYZ 10.13 5.51 1.06 -
YUV 51.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 134 17 17 0 0.87 0.87 0.47 0 0.77 0.3
Hex 86 11 11 0 57 57 2F 0 4D 1E
Octal 206 21 21 0 127 127 57 0 115 36
Binary 10000110 10001 10001 0 1010111 1010111 101111 0 1001101 11110

Color Harmonies of #861111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861111

Black with #861111

Text Example


Text Example

White with #861111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861111; }

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

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

background-color css

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

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

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

border-color css

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

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

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