Html Css Color HEX #86190B Falu Red

📋 copy color: '#86190B'

red 134 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #86190B

Tints of Falu Red #86190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 78.82%
G = 14.71%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86190B (or 0x86190B) is known color: Falu Red. HEX triplet: 86, 19 and 0B. RGB value is (134,25,11). Sum of RGB (Red+Green+Blue) = 134+25+11=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190B is #79E6F4. Grayscale: #383838. Windows color (decimal): -7988981 or 727430. OLE color: 727430.

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

Color convert

RGB 134 25 11 -
CMYK 0 0.81 0.92 0.47
HSL 6.83º 0.85% 0.28% -
HSV(B) 6.83º 0.92% 0.53% -
XYZ 10.24 5.79 0.89 -
YUV 56 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 134 25 11 0 0.81 0.92 0.47 6.83 0.85 0.28
Hex 86 19 B 0 51 5C 2F 7 55 1C
Octal 206 31 13 0 121 134 57 7 125 34
Binary 10000110 11001 1011 0 1010001 1011100 101111 111 1010101 11100

Color Harmonies of #86190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86190B

Black with #86190B

Text Example


Text Example

White with #86190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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