Html Css Color HEX #86110D Falu Red

📋 copy color: '#86110D'

red 134 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #86110D

Tints of Falu Red #86110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 81.71%
G = 10.37%
B = 7.93%

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

#86110D (or 0x86110D) is known color: Falu Red. HEX triplet: 86, 11 and 0D. RGB value is (134,17,13). Sum of RGB (Red+Green+Blue) = 134+17+13=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #86110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110D is #79EEF2. Grayscale: #333333. Windows color (decimal): -7991027 or 856454. OLE color: 856454.

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

Color convert

RGB 134 17 13 -
CMYK 0 0.87 0.90 0.47
HSL 1.98º 0.82% 0.29% -
HSV(B) 1.98º 0.9% 0.53% -
XYZ 10.1 5.5 0.91 -
YUV 51.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 134 17 13 0 0.87 0.90 0.47 1.98 0.82 0.29
Hex 86 11 D 0 57 5A 2F 2 52 1D
Octal 206 21 15 0 127 132 57 2 122 35
Binary 10000110 10001 1101 0 1010111 1011010 101111 10 1010010 11101

Color Harmonies of #86110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86110D

Black with #86110D

Text Example


Text Example

White with #86110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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