Html Css Color HEX #86100B Falu Red

📋 copy color: '#86100B'

red 134 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #86100B

Tints of Falu Red #86100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 83.23%
G = 9.94%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86100B (or 0x86100B) is known color: Falu Red. HEX triplet: 86, 10 and 0B. RGB value is (134,16,11). Sum of RGB (Red+Green+Blue) = 134+16+11=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #86100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86100B is #79EFF4. Grayscale: #323232. Windows color (decimal): -7991285 or 725126. OLE color: 725126.

HSL color Cylindrical-coordinate representation of color #86100B: hue angle of 2.44º 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 #86100B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 11 -
CMYK 0 0.88 0.92 0.47
HSL 2.44º 0.85% 0.28% -
HSV(B) 2.44º 0.92% 0.53% -
XYZ 10.08 5.46 0.84 -
YUV 50.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 134 16 11 0 0.88 0.92 0.47 2.44 0.85 0.28
Hex 86 10 B 0 58 5C 2F 2 55 1C
Octal 206 20 13 0 130 134 57 2 125 34
Binary 10000110 10000 1011 0 1011000 1011100 101111 10 1010101 11100

Color Harmonies of #86100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86100B

Black with #86100B

Text Example


Text Example

White with #86100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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