#86190F

Color #86190F Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #86190F

Tints of Falu Red #86190F

Color information

#86190F (or 0x86190F) is unknown color: approx 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

RGB1342515-
CMYK00.810.890.47
HSL5.04º79.87%29.22%-
HSV(B)5.04º88.81%52.55%-
XYZ10.275.81.03-
YUV56.45104.61183.31-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134251500.810.890.475.0479.8729.22
Hex8619F051592F5501d
Octal2063117012113157512035
Binary10000110110011111010100011011001101111101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>