Html Css Color HEX #86190F Falu Red

📋 copy color: '#86190F'

red 134 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #86190F

Tints of Falu Red #86190F

RGB

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

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

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

R = 77.01%
G = 14.37%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86190F (or 0x86190F) is known color: Falu Red. HEX triplet: 86, 19 and 0F. RGB value is (134,25,15). Sum of RGB (Red+Green+Blue) = 134+25+15=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #86190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190F is #79E6F0. Grayscale: #383838. Windows color (decimal): -7988977 or 989574. OLE color: 989574.

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

Color convert

RGB 134 25 15 -
CMYK 0 0.81 0.89 0.47
HSL 5.04º 0.8% 0.29% -
HSV(B) 5.04º 0.89% 0.53% -
XYZ 10.27 5.8 1.03 -
YUV 56.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 134 25 15 0 0.81 0.89 0.47 5.04 0.8 0.29
Hex 86 19 F 0 51 59 2F 5 50 1D
Octal 206 31 17 0 121 131 57 5 120 35
Binary 10000110 11001 1111 0 1010001 1011001 101111 101 1010000 11101

Color Harmonies of #86190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86190F

Black with #86190F

Text Example


Text Example

White with #86190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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