Html Css Color HEX #862111 Falu Red

📋 copy color: '#862111'

red 134 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #862111

Tints of Falu Red #862111

RGB

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

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

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

R = 72.83%
G = 17.93%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862111 (or 0x862111) is known color: Falu Red. HEX triplet: 86, 21 and 11. RGB value is (134,33,17). Sum of RGB (Red+Green+Blue) = 134+33+17=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #862111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862111 is #79DEEE. Grayscale: #3D3D3D. Windows color (decimal): -7986927 or 1122694. OLE color: 1122694.

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

Color convert

RGB 134 33 17 -
CMYK 0 0.75 0.87 0.47
HSL 8.21º 0.77% 0.3% -
HSV(B) 8.21º 0.87% 0.53% -
XYZ 10.48 6.2 1.17 -
YUV 61.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 134 33 17 0 0.75 0.87 0.47 8.21 0.77 0.3
Hex 86 21 11 0 4B 57 2F 8 4D 1E
Octal 206 41 21 0 113 127 57 10 115 36
Binary 10000110 100001 10001 0 1001011 1010111 101111 1000 1001101 11110

Color Harmonies of #862111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862111

Black with #862111

Text Example


Text Example

White with #862111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862111; }

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

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

background-color css

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

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

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

border-color css

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

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

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