#86190C

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

Shades of Falu Red #86190C

Tints of Falu Red #86190C

Color information

#86190C (or 0x86190C) is unknown color: approx Falu Red. HEX triplet: 86, 19 and 0C. RGB value is (134,25,12). Sum of RGB (Red+Green+Blue) = 134+25+12=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #86190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190C is #79E6F3. Grayscale: #383838. Windows color (decimal): -7988980 or 792966. OLE color: 792966.

HSL color Cylindrical-coordinate representation of color #86190C: hue angle of 6.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86190C is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1342512-
CMYK00.810.910.47
HSL6.39º83.56%28.63%-
HSV(B)6.39º91.04%52.55%-
XYZ10.255.790.93-
YUV56.11103.11183.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.36%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=78.36%
G=14.62%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134251200.810.910.476.3983.5628.63
Hex8619C0515B2F6541d
Octal2063114012113357612435
Binary10000110110011100010100011011011101111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86190C;
 }
 .AnyTagClassName
 {
   color: #86190C;
 }
</style>
background-color css

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

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

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

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

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

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