#861612

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

Shades of Falu Red #861612

Tints of Falu Red #861612

Color information

#861612 (or 0x861612) is unknown color: approx Falu Red. HEX triplet: 86, 16 and 12. RGB value is (134,22,18). Sum of RGB (Red+Green+Blue) = 134+22+18=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861612 is #79E9ED. Grayscale: #373737. Windows color (decimal): -7989742 or 1185414. OLE color: 1185414.

HSL color Cylindrical-coordinate representation of color #861612: hue angle of 2.07º 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 #861612 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1342218-
CMYK00.840.870.47
HSL2.07º76.32%29.8%-
HSV(B)2.07º86.57%52.55%-
XYZ10.235.691.13-
YUV55.03107.11184.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=77.01%
G=12.64%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134221800.840.870.472.0776.3229.8
Hex861612054572F24c1e
Octal2062622012412757211436
Binary10000110101101001001010100101011110111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861612; }

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

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

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

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

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

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

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

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