#861A14

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

Shades of Falu Red #861A14

Tints of Falu Red #861A14

Color information

#861A14 (or 0x861A14) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 14. RGB value is (134,26,20). Sum of RGB (Red+Green+Blue) = 134+26+20=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A14 is #79E5EB. Grayscale: #393939. Windows color (decimal): -7988716 or 1317510. OLE color: 1317510.

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

Color convert

RGB1342620-
CMYK00.810.850.47
HSL3.16º74.03%30.2%-
HSV(B)3.16º85.07%52.55%-
XYZ10.335.861.25-
YUV57.61106.78182.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 26 (10.55% from 255) = 14.44%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=74.44%
G=14.44%
B=11.11%

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
Decimal134262000.810.850.473.1674.0330.2
Hex861A14051552F34a1e
Octal2063224012112557311236
Binary10000110110101010001010001101010110111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A14; }

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

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

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

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

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

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

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

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