Html Css Color HEX #86110F Falu Red

📋 copy color: '#86110F'

red 134 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #86110F

Tints of Falu Red #86110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 80.72%
G = 10.24%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86110F (or 0x86110F) is known color: Falu Red. HEX triplet: 86, 11 and 0F. RGB value is (134,17,15). Sum of RGB (Red+Green+Blue) = 134+17+15=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110F is #79EEF0. Grayscale: #333333. Windows color (decimal): -7991025 or 987526. OLE color: 987526.

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

Color convert

RGB 134 17 15 -
CMYK 0 0.87 0.89 0.47
HSL 1.01º 0.8% 0.29% -
HSV(B) 1.01º 0.89% 0.53% -
XYZ 10.12 5.5 0.98 -
YUV 51.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 134 17 15 0 0.87 0.89 0.47 1.01 0.8 0.29
Hex 86 11 F 0 57 59 2F 1 50 1D
Octal 206 21 17 0 127 131 57 1 120 35
Binary 10000110 10001 1111 0 1010111 1011001 101111 1 1010000 11101

Color Harmonies of #86110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86110F

Black with #86110F

Text Example


Text Example

White with #86110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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