#861E1E

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

Shades of Falu Red #861E1E

Tints of Falu Red #861E1E

Color information

#861E1E (or 0x861E1E) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 1E. RGB value is (134,30,30). Sum of RGB (Red+Green+Blue) = 134+30+30=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #861E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E1E is #79E1E1. Grayscale: #3D3D3D. Windows color (decimal): -7987682 or 1973894. OLE color: 1973894.

HSL color Cylindrical-coordinate representation of color #861E1E: hue angle of 0º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E1E is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1343030-
CMYK00.780.780.47
HSL63.41%32.16%-
HSV(B)77.61%52.55%-
XYZ10.536.091.85-
YUV61.1110.46180-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=69.07%
G=15.46%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134303000.780.780.47063.4132.16
Hex861E1E04E4E2F03f20
Octal206363601161165707740
Binary1000011011110111100100111010011101011110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,30,30); }

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

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

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

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

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

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

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