#861712

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

Shades of Falu Red #861712

Tints of Falu Red #861712

Color information

#861712 (or 0x861712) is unknown color: approx Falu Red. HEX triplet: 86, 17 and 12. RGB value is (134,23,18). Sum of RGB (Red+Green+Blue) = 134+23+18=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #861712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861712 is #79E8ED. Grayscale: #373737. Windows color (decimal): -7989486 or 1185670. OLE color: 1185670.

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

Color convert

RGB1342318-
CMYK00.830.870.47
HSL2.59º76.32%29.8%-
HSV(B)2.59º86.57%52.55%-
XYZ10.255.721.14-
YUV55.62106.77183.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=76.57%
G=13.14%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134231800.830.870.472.5976.3229.8
Hex861712053572F34c1e
Octal2062722012312757311436
Binary10000110101111001001010011101011110111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861712; }

 p { color: rgb(134,23,18); }

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

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

 a { background-color: rgb(134,23,18); }

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

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

 span { border-color: rgb(134,23,18); }

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