#861914

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

Shades of Falu Red #861914

Tints of Falu Red #861914

Color information

#861914 (or 0x861914) is unknown color: approx Falu Red. HEX triplet: 86, 19 and 14. RGB value is (134,25,20). Sum of RGB (Red+Green+Blue) = 134+25+20=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861914 is #79E6EB. Grayscale: #393939. Windows color (decimal): -7988972 or 1317254. OLE color: 1317254.

HSL color Cylindrical-coordinate representation of color #861914: hue angle of 2.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861914 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1342520-
CMYK00.810.850.47
HSL2.63º74.03%30.2%-
HSV(B)2.63º85.07%52.55%-
XYZ10.315.811.24-
YUV57.02107.11182.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.86%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=74.86%
G=13.97%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134252000.810.850.472.6374.0330.2
Hex861914051552F34a1e
Octal2063124012112557311236
Binary10000110110011010001010001101010110111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861914; }

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

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

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

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

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

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

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

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