Html Css Color HEX #861108 Falu Red

📋 copy color: '#861108'

red 134 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #861108

Tints of Falu Red #861108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 84.28%
G = 10.69%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861108 (or 0x861108) is known color: Falu Red. HEX triplet: 86, 11 and 08. RGB value is (134,17,8). Sum of RGB (Red+Green+Blue) = 134+17+8=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861108 is #79EEF7. Grayscale: #333333. Windows color (decimal): -7991032 or 528774. OLE color: 528774.

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

Color convert

RGB 134 17 8 -
CMYK 0 0.87 0.94 0.47
HSL 4.29º 0.89% 0.28% -
HSV(B) 4.29º 0.94% 0.53% -
XYZ 10.08 5.49 0.76 -
YUV 50.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 134 17 8 0 0.87 0.94 0.47 4.29 0.89 0.28
Hex 86 11 8 0 57 5E 2F 4 59 1C
Octal 206 21 10 0 127 136 57 4 131 34
Binary 10000110 10001 1000 0 1010111 1011110 101111 100 1011001 11100

Color Harmonies of #861108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861108

Black with #861108

Text Example


Text Example

White with #861108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861108; }

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

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

background-color css

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

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

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

border-color css

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

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

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