Html Css Color HEX #86170B Falu Red

📋 copy color: '#86170B'

red 134 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #86170B

Tints of Falu Red #86170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

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

R = 79.76%
G = 13.69%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86170B (or 0x86170B) is known color: Falu Red. HEX triplet: 86, 17 and 0B. RGB value is (134,23,11). Sum of RGB (Red+Green+Blue) = 134+23+11=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #86170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86170B is #79E8F4. Grayscale: #363636. Windows color (decimal): -7989493 or 726918. OLE color: 726918.

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

Color convert

RGB 134 23 11 -
CMYK 0 0.83 0.92 0.47
HSL 5.85º 0.85% 0.28% -
HSV(B) 5.85º 0.92% 0.53% -
XYZ 10.2 5.71 0.88 -
YUV 54.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 134 23 11 0 0.83 0.92 0.47 5.85 0.85 0.28
Hex 86 17 B 0 53 5C 2F 6 55 1C
Octal 206 27 13 0 123 134 57 6 125 34
Binary 10000110 10111 1011 0 1010011 1011100 101111 110 1010101 11100

Color Harmonies of #86170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86170B

Black with #86170B

Text Example


Text Example

White with #86170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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