Html Css Color HEX #86170F Falu Red

📋 copy color: '#86170F'

red 134 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #86170F

Tints of Falu Red #86170F

RGB

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

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

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

R = 77.91%
G = 13.37%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86170F (or 0x86170F) is known color: Falu Red. HEX triplet: 86, 17 and 0F. RGB value is (134,23,15). Sum of RGB (Red+Green+Blue) = 134+23+15=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #86170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86170F is #79E8F0. Grayscale: #373737. Windows color (decimal): -7989489 or 989062. OLE color: 989062.

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

Color convert

RGB 134 23 15 -
CMYK 0 0.83 0.89 0.47
HSL 4.03º 0.8% 0.29% -
HSV(B) 4.03º 0.89% 0.53% -
XYZ 10.22 5.72 1.02 -
YUV 55.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 134 23 15 0 0.83 0.89 0.47 4.03 0.8 0.29
Hex 86 17 F 0 53 59 2F 4 50 1D
Octal 206 27 17 0 123 131 57 4 120 35
Binary 10000110 10111 1111 0 1010011 1011001 101111 100 1010000 11101

Color Harmonies of #86170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86170F

Black with #86170F

Text Example


Text Example

White with #86170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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