Html Css Color HEX #86110B Falu Red

📋 copy color: '#86110B'

red 134 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #86110B

Tints of Falu Red #86110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 82.72%
G = 10.49%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86110B (or 0x86110B) is known color: Falu Red. HEX triplet: 86, 11 and 0B. RGB value is (134,17,11). Sum of RGB (Red+Green+Blue) = 134+17+11=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #86110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110B is #79EEF4. Grayscale: #333333. Windows color (decimal): -7991029 or 725382. OLE color: 725382.

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

Color convert

RGB 134 17 11 -
CMYK 0 0.87 0.92 0.47
HSL 2.93º 0.85% 0.28% -
HSV(B) 2.93º 0.92% 0.53% -
XYZ 10.09 5.49 0.85 -
YUV 51.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 134 17 11 0 0.87 0.92 0.47 2.93 0.85 0.28
Hex 86 11 B 0 57 5C 2F 3 55 1C
Octal 206 21 13 0 127 134 57 3 125 34
Binary 10000110 10001 1011 0 1010111 1011100 101111 11 1010101 11100

Color Harmonies of #86110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86110B

Black with #86110B

Text Example


Text Example

White with #86110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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