Html Css Color HEX #86110E Falu Red

📋 copy color: '#86110E'

red 134 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #86110E

Tints of Falu Red #86110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 81.21%
G = 10.3%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86110E (or 0x86110E) is known color: Falu Red. HEX triplet: 86, 11 and 0E. RGB value is (134,17,14). Sum of RGB (Red+Green+Blue) = 134+17+14=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110E is #79EEF1. Grayscale: #333333. Windows color (decimal): -7991026 or 921990. OLE color: 921990.

HSL color Cylindrical-coordinate representation of color #86110E: hue angle of 1.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86110E is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 14 -
CMYK 0 0.87 0.90 0.47
HSL 1.5º 0.81% 0.29% -
HSV(B) 1.5º 0.9% 0.53% -
XYZ 10.11 5.5 0.94 -
YUV 51.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 134 17 14 0 0.87 0.90 0.47 1.5 0.81 0.29
Hex 86 11 E 0 57 5A 2F 2 51 1D
Octal 206 21 16 0 127 132 57 2 121 35
Binary 10000110 10001 1110 0 1010111 1011010 101111 10 1010001 11101

Color Harmonies of #86110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86110E

Black with #86110E

Text Example


Text Example

White with #86110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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